isRemoving property
bool
get
isRemoving
Whether the component is scheduled to be removed.
Implementation
bool get isRemoving => (_state & _removing) != 0;
Whether the component is scheduled to be removed.
bool get isRemoving => (_state & _removing) != 0;