menu
flame_ui package
documentation
modals/modal_component.dart
ModalComponent
isRemoving property
isRemoving property
dark_mode
light_mode
isRemoving
property
bool
get
isRemoving
inherited
Whether the component is scheduled to be removed.
Implementation
bool get isRemoving => (_state & _removing) != 0;
flame_ui package
documentation
modals/modal_component
ModalComponent
isRemoving property
ModalComponent class