deactivated property

bool deactivated

A property that indicates if the StatefulWidget for this State or the parent is active on the navigation stack.

Implementation

bool get deactivated => _stateDeactivated;