OverlayControls class
OverlayControls is the class which deside which Video player controls and there theme
Constructors
- OverlayControls.custom({required Widget overlay(VideoPlayerState)?, required PlayerTheme theme})
- OverlayControls.custom The Full ui and other things are in you control
- OverlayControls.deFault({PlayerTheme theme = const PlayerTheme()})
- OverlayControls.deFault The Ui is the default ui provided in the package.
- OverlayControls.none()
- OverlayControls.none Using it there won't be any ui. Also the the ui based controls can throw error
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- overlay ↔ Widget Function(VideoPlayerState)?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- theme ↔ PlayerTheme
-
getter/setter pair
Methods
-
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