Add additional space to top of home menu page, increase vertical btn height of text btns
This commit is contained in:
parent
d0db7caa38
commit
60d65e8191
@ -73,7 +73,7 @@ class HomeMenu extends StatelessWidget {
|
|||||||
Positioned.fill(
|
Positioned.fill(
|
||||||
child: SafeArea(
|
child: SafeArea(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: EdgeInsets.symmetric(horizontal: $styles.insets.lg),
|
padding: EdgeInsets.symmetric(horizontal: $styles.insets.lg).copyWith(top: $styles.insets.lg),
|
||||||
child: Center(
|
child: Center(
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
width: gridWidth,
|
width: gridWidth,
|
||||||
@ -202,7 +202,7 @@ class _MenuTextBtn extends StatelessWidget {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return AppBtn(
|
return AppBtn(
|
||||||
expand: true,
|
expand: true,
|
||||||
padding: EdgeInsets.symmetric(vertical: $styles.insets.sm),
|
padding: EdgeInsets.symmetric(vertical: $styles.insets.md),
|
||||||
onPressed: onPressed,
|
onPressed: onPressed,
|
||||||
bgColor: Colors.transparent,
|
bgColor: Colors.transparent,
|
||||||
semanticLabel: label,
|
semanticLabel: label,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user