menu
flutter_ignite_shell package
documentation
models/shell_model.dart
ShellModel
status property
status property
dark_mode
light_mode
status
property
Rx
<
ShellStatus
>
status
final
Implementation
final Rx<ShellStatus> status = Rx<ShellStatus>(ShellStatus.idle);
flutter_ignite_shell package
documentation
models/shell_model
ShellModel
status property
ShellModel class