isDisposed property
Public read-only getter to check if the controller is disposed.
Implementation
@visibleForTesting
bool get isDisposed => _disposed;
Public read-only getter to check if the controller is disposed.
@visibleForTesting
bool get isDisposed => _disposed;