slide transition of menu
This commit is contained in:
parent
9de2d0e7d2
commit
b892cc485f
8 changed files with 113 additions and 15 deletions
|
|
@ -243,7 +243,7 @@ class _MainPageState extends State<MainPage> {
|
|||
color: 'yellow'),
|
||||
const Gap(40),
|
||||
ButtonWithProgressWidget(
|
||||
trigger: _isLoading, progressText: 'Logging Out', buttonText: 'Logout', onPressed: signOut)
|
||||
trigger: _isLoading, progressText: 'Logging Out', buttonText: 'Logout', onPressed: signOut),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue