menu
flutter_motionly package
documentation
widget/button/animated_state_button.dart
AnimatedStateButtonController
safeChangeState method
safeChangeState method
dark_mode
light_mode
safeChangeState
method
bool
safeChangeState
(
StateId
id
)
Implementation
bool safeChangeState(StateId id) { if (!contains(id)) return false; _set(id); return true; }
flutter_motionly package
documentation
widget/button/animated_state_button
AnimatedStateButtonController
safeChangeState method
AnimatedStateButtonController class