layout changes in storage card
This commit is contained in:
parent
408e71c7a6
commit
2e32ae259d
1 changed files with 1 additions and 7 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue