update
This commit is contained in:
parent
7e1ad68433
commit
b5151a053d
9 changed files with 118 additions and 39 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue