slide transition of menu

This commit is contained in:
Patrick Alvin Alcala 2025-04-04 10:06:19 +08:00
parent 9de2d0e7d2
commit b892cc485f
8 changed files with 113 additions and 15 deletions

View file

@ -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),
],
),
),