isDisposed property
bool
get
isDisposed
Gets whether the controller is disposed.
Implementation
bool get isDisposed => _isDisposed;
Gets whether the controller is disposed.
bool get isDisposed => _isDisposed;