FullscreenHandler class abstract

Handles the UI state change when fullscreen should be entered or exited.

Constructors

FullscreenHandler()

Properties

hashCode int
The hash code for this object.
no setterinherited
isFullscreen bool
Indicates whether the UI is currently in fullscreen mode.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

enterFullscreen() → void
Is called by the PlayerView when the UI should enter fullscreen mode. Do not call this directly to enter fullscreen. Call PlayerViewState.enterFullscreen instead if you want to enter fullscreen programmatically.
exitFullscreen() → void
Is called by the PlayerView when the UI should exit fullscreen mode. Do not call this directly to exit fullscreen. Call PlayerViewState.exitFullscreen instead if you want to exit fullscreen programmatically.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited