Merge branch 'faiz_cs' into 'master'

Position Widget Fixed

See merge request Cloud_Solution/mohemm-flutter-app!45
merge-requests/46/merge
haroon amjad 2 years ago
commit 3e69880ddd

@ -115,9 +115,8 @@ class MarathonBanner extends StatelessWidget {
], ],
), ),
), ),
Positioned( Align(
top: 0, alignment: Alignment.topLeft,
left: 0,
child: SizedBox( child: SizedBox(
height: 20, height: 20,
width: 35, width: 35,
@ -136,7 +135,7 @@ class MarathonBanner extends StatelessWidget {
), ),
), ),
), ),
).paddingOnly(top: 3), ).paddingOnly(top: 5),
!AppState().isArabic(context) !AppState().isArabic(context)
? Positioned( ? Positioned(
right: 0, right: 0,

Loading…
Cancel
Save