isRemoving property

bool isRemoving
inherited

Whether the component is scheduled to be removed.

Implementation

bool get isRemoving => (_state & _removing) != 0;