This commit is contained in:
Patrick Alvin Alcala 2025-01-31 16:35:10 +08:00
parent 7e1ad68433
commit b5151a053d
9 changed files with 118 additions and 39 deletions

View file

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