slide transition of menu
This commit is contained in:
parent
9de2d0e7d2
commit
b892cc485f
8 changed files with 113 additions and 15 deletions
|
|
@ -44,7 +44,7 @@ class _AddCategoryPageState extends State<AddCategoryPage> {
|
|||
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) {
|
||||
if (mounted) {
|
||||
context.push('/main');
|
||||
context.pop();
|
||||
}
|
||||
});
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue