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(
top: 0,
left: 0,
Align(
alignment: Alignment.topLeft,
child: SizedBox(
height: 20,
width: 35,
@ -136,7 +135,7 @@ class MarathonBanner extends StatelessWidget {
),
),
),
).paddingOnly(top: 3),
).paddingOnly(top: 5),
!AppState().isArabic(context)
? Positioned(
right: 0,

Loading…
Cancel
Save