update
This commit is contained in:
parent
2931621069
commit
27f00e43a7
15 changed files with 252 additions and 104 deletions
|
|
@ -33,7 +33,7 @@ class _MainPageState extends State<MainPage> {
|
|||
resizeToAvoidBottomInset: false,
|
||||
body: SingleChildScrollView(
|
||||
child: PageBackgroundWidget(
|
||||
height: MediaQuery.of(context).size.height + 400,
|
||||
height: MediaQuery.of(context).size.height + 500,
|
||||
page: 'menu',
|
||||
child: Center(
|
||||
child: Column(
|
||||
|
|
@ -50,6 +50,14 @@ class _MainPageState extends State<MainPage> {
|
|||
title: true,
|
||||
),
|
||||
const Gap(16),
|
||||
MenuWidget(
|
||||
icon: FontAwesomeIcons.circlePlus,
|
||||
text: 'Add Manufactorer',
|
||||
description: 'Add Manufactorer to the record',
|
||||
onPressed: () => {context.push('/addmanufactorer')},
|
||||
color: 'blue',
|
||||
),
|
||||
const Gap(16),
|
||||
MenuWidget(
|
||||
icon: FontAwesomeIcons.circlePlus,
|
||||
text: 'Add Type',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue