menu
fk_booster package
documentation
presentation/command.dart
Command<T>
running property
running property
dark_mode
light_mode
running
property
bool
get
running
Whether the action is running.
Implementation
bool get running => value is Running;
fk_booster package
documentation
presentation/command
Command<T>
running property
Command class