This commit is contained in:
Patrick Alvin Alcala 2025-01-30 13:45:43 +08:00
parent e48e400e43
commit ecc427c958
5 changed files with 76 additions and 18 deletions

View file

@ -71,9 +71,9 @@ class MainPage extends StatelessWidget {
onPressed: () => {context.push('/addtype')}),
const Gap(32),
MenuWidget(
icon: FontAwesomeIcons.listCheck,
text: 'List of Stocks',
),
icon: FontAwesomeIcons.listCheck,
text: 'List of Stocks',
onPressed: () => {context.push('/liststocks')}),
const Gap(32),
// TextButton(onPressed: () => {_signOut()}, child: const Text('Logout')),
ButtonWidget(