layout changes in storage card

This commit is contained in:
ashilkn 2022-10-29 17:28:09 +05:30
parent 408e71c7a6
commit 2e32ae259d

View file

@ -141,13 +141,7 @@ class _DetailsSectionWidgetState extends State<DetailsSectionWidget> {
16, 16,
20, 20,
16, 16,
isMobileScreenSmall isMobileScreenSmall ? 12 : 20,
? userDetails.isPartOfFamily()
? 12
: 8
: userDetails.isPartOfFamily()
? 20
: 12,
), ),
child: Column( child: Column(
mainAxisAlignment: MainAxisAlignment.spaceBetween, mainAxisAlignment: MainAxisAlignment.spaceBetween,