This commit is contained in:
Patrick Alvin Alcala 2025-01-28 12:29:36 +08:00
parent c87b10a050
commit f87e1511bc
13 changed files with 284 additions and 36 deletions

View file

@ -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,