showClose property

bool get showClose

Implementation

bool get showClose => _showClose ?? true;
set showClose (bool value)

Implementation

set showClose(bool value) {
  _showClose = value;
}