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,
|
||||
20,
|
||||
16,
|
||||
isMobileScreenSmall
|
||||
? userDetails.isPartOfFamily()
|
||||
? 12
|
||||
: 8
|
||||
: userDetails.isPartOfFamily()
|
||||
? 20
|
||||
: 12,
|
||||
isMobileScreenSmall ? 12 : 20,
|
||||
),
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
|
|
Loading…
Add table
Reference in a new issue