showFullScreenButton property

bool? showFullScreenButton

Implementation

bool? get showFullScreenButton => _$this._showFullScreenButton;
void showFullScreenButton=(bool? showFullScreenButton)

Implementation

set showFullScreenButton(bool? showFullScreenButton) =>
    _$this._showFullScreenButton = showFullScreenButton;