isShowing property
bool
get
isShowing
Checks if a snackbar is currently showing
Implementation
bool get isShowing => _isShowing;
Checks if a snackbar is currently showing
bool get isShowing => _isShowing;