showCloseButton property

bool? showCloseButton

Implementation

bool? get showCloseButton => _showCloseButton;
void showCloseButton=(bool? newValue)

Implementation

set showCloseButton(bool? newValue) {
  this.updateProperty('showCloseButton', newValue: newValue);
  this._showCloseButton = newValue;
}