showButton property

bool? get showButton

Implementation

bool? get showButton => _$this._showButton;
set showButton (bool? showButton)

Implementation

set showButton(bool? showButton) => _$this._showButton = showButton;