fix: Make initial FAB appear on launch

This commit is contained in:
NaiJi 2022-12-27 11:14:24 +04:00
parent 7a4a8c8f68
commit a7b890c119
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class _RootPageState extends State<RootPage> with TickerProviderStateMixin {
});
});
super.initState();
_controllerItems.forward();
}
@override