isInFullscreenMode property
- @Output('fullscreenMode')
Stream<bool>
get
isInFullscreenMode
Stream for when the dialog enters or exits fullscreen mode.
Implementation
@Output('fullscreenMode')
Stream<bool> get isInFullscreenMode =>
_isInFullscreenModeStreamController.stream;