slide transition of menu
This commit is contained in:
parent
9de2d0e7d2
commit
b892cc485f
8 changed files with 113 additions and 15 deletions
|
|
@ -43,7 +43,7 @@ class _DeleteStockPageState extends State<DeleteStockPage> {
|
|||
final result = await checkResult(context, _stockList, 'Generics');
|
||||
if (result) {
|
||||
if (mounted) {
|
||||
context.push('/main');
|
||||
context.pop();
|
||||
}
|
||||
} else {
|
||||
setState(() => {});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue