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

@ -45,7 +45,7 @@ class _AddGenericsPageState extends State<AddGenericsPage> {
WidgetsBinding.instance.addPostFrameCallback((_) {
if (mounted) {
context.push('/main');
context.pop();
}
});
}