This commit is contained in:
Patrick Alvin Alcala 2025-01-28 17:14:43 +08:00
parent f87e1511bc
commit e48e400e43
13 changed files with 333 additions and 33 deletions

View file

@ -63,9 +63,7 @@ class MainPage extends StatelessWidget {
),
const Gap(16),
MenuWidget(
icon: FontAwesomeIcons.squarePlus,
text: 'Add Stock',
),
icon: FontAwesomeIcons.squarePlus, text: 'Add Stock', onPressed: () => {context.push('/addstock')}),
const Gap(16),
MenuWidget(
icon: FontAwesomeIcons.squarePlus,