update
This commit is contained in:
parent
c87b10a050
commit
f87e1511bc
13 changed files with 284 additions and 36 deletions
|
|
@ -68,9 +68,9 @@ class MainPage extends StatelessWidget {
|
|||
),
|
||||
const Gap(16),
|
||||
MenuWidget(
|
||||
icon: FontAwesomeIcons.squarePlus,
|
||||
text: 'Add Medicine Type',
|
||||
),
|
||||
icon: FontAwesomeIcons.squarePlus,
|
||||
text: 'Add Medicine Type',
|
||||
onPressed: () => {context.push('/addtype')}),
|
||||
const Gap(32),
|
||||
MenuWidget(
|
||||
icon: FontAwesomeIcons.listCheck,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue