fix: Make initial FAB appear on launch
This commit is contained in:
parent
7a4a8c8f68
commit
a7b890c119
|
@ -62,6 +62,7 @@ class _RootPageState extends State<RootPage> with TickerProviderStateMixin {
|
|||
});
|
||||
});
|
||||
super.initState();
|
||||
_controllerItems.forward();
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue