isAttached property

bool get isAttached

Whether this controller is attached to a snackbar

Implementation

bool get isAttached => _state != null;