isRemoving property

bool isRemoving

Whether the component is scheduled to be removed.

Implementation

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