menu
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged.dart
CStateMachine<T extends App<T>>
inState method
inState method
dark_mode
light_mode
inState
method
bool
inState
(
String
name
)
Implementation
bool inState(String name) => _current == name;
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged
CStateMachine<T extends App<T>>
inState method
CStateMachine class