update
This commit is contained in:
parent
e48e400e43
commit
ecc427c958
5 changed files with 76 additions and 18 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue