isShowing property

bool get isShowing

Implementation

bool get isShowing => _isShowing;
set isShowing (bool value)

Implementation

set isShowing(bool value) {
  _isShowing = value;
}