menu
termui package
documentation
ui/layout.dart
State<T extends StatefulWidget>
mounted property
mounted property
dark_mode
light_mode
mounted
property
bool
get
mounted
Whether this
State
object is currently in a tree.
Implementation
bool get mounted => _context != null;
termui package
documentation
ui/layout
State<T extends StatefulWidget>
mounted property
State class