|
|
|
|
@ -141,12 +141,12 @@ class PriorityTicketsWithSideSection extends StatelessWidget {
|
|
|
|
|
}
|
|
|
|
|
final List<Widget> children = [
|
|
|
|
|
Expanded(flex: 5, child: PriorityTickets(globalConfigurationsModel: globalConfigurationsModel, tickets: priorityTickets)),
|
|
|
|
|
if (screenOrientationEnum == ScreenOrientationEnum.portraitUp || screenOrientationEnum == ScreenOrientationEnum.portraitDown) ...[
|
|
|
|
|
SizedBox(width: SizeConfig.getWidthMultiplier() * 2),
|
|
|
|
|
],
|
|
|
|
|
if (screenOrientationEnum == ScreenOrientationEnum.landscapeLeft || screenOrientationEnum == ScreenOrientationEnum.landscapeRight) ...[
|
|
|
|
|
SizedBox(height: SizeConfig.getHeightMultiplier() * 0.2),
|
|
|
|
|
],
|
|
|
|
|
// if (screenOrientationEnum == ScreenOrientationEnum.portraitUp || screenOrientationEnum == ScreenOrientationEnum.portraitDown) ...[
|
|
|
|
|
// SizedBox(width: SizeConfig.getWidthMultiplier() * 2),
|
|
|
|
|
// ],
|
|
|
|
|
// if (screenOrientationEnum == ScreenOrientationEnum.landscapeLeft || screenOrientationEnum == ScreenOrientationEnum.landscapeRight) ...[
|
|
|
|
|
// SizedBox(height: SizeConfig.getHeightMultiplier() * 0.2),
|
|
|
|
|
// ],
|
|
|
|
|
if (showThankyouMessage) ...[
|
|
|
|
|
showThankyouWidget(),
|
|
|
|
|
] else ...[
|
|
|
|
|
|