menu
flutter_storyboard package
documentation
flutter_storyboard.dart
StoryboardController
restart method
restart method
dark_mode
light_mode
restart
method
void
restart
(
)
Implementation
void restart() { _key = UniqueKey(); if (mounted) setState(() {}); }
flutter_storyboard package
documentation
flutter_storyboard
StoryboardController
restart method
StoryboardController class