menu
artisanal package
documentation
widgets.dart
AnimationMixin<T extends StatefulWidget>
mounted property
mounted property
dark_mode
light_mode
mounted
property
bool
get
mounted
inherited
Whether this state is currently mounted in the element tree.
Implementation
bool get mounted => _element != null;
artisanal package
documentation
widgets
AnimationMixin<T extends StatefulWidget>
mounted property
AnimationMixin mixin