menu
termui package
documentation
ui/widgets/core/focusable_state_mixin.dart
FocusableStateMixin<T extends StatefulWidget>
mounted property
mounted property
dark_mode
light_mode
mounted
property
bool
get
mounted
inherited
Whether this
State
object is currently in a tree.
Implementation
bool get mounted => internalContext != null;
termui package
documentation
ui/widgets/core/focusable_state_mixin
FocusableStateMixin<T extends StatefulWidget>
mounted property
FocusableStateMixin mixin