isAttached property
bool
get
isAttached
Whether this controller is attached to a snackbar
Implementation
bool get isAttached => _state != null;
Whether this controller is attached to a snackbar
bool get isAttached => _state != null;