Designs
This commit is contained in:
parent
d83f9f295f
commit
91e7a45020
|
|
@ -194,8 +194,7 @@ class DesignHeader extends StatelessWidget {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Expanded(
|
||||
child: Center(
|
||||
return Center(
|
||||
child: SingleChildScrollView(
|
||||
padding: const EdgeInsets.all(14),
|
||||
child: Column(
|
||||
|
|
@ -211,7 +210,6 @@ class DesignHeader extends StatelessWidget {
|
|||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue