BetterPlayerUiPressControls class

Constructors

BetterPlayerUiPressControls({required Function onPlayPressed, required Function onPausePressed, required Function onForwardPressed, required Function onBackwardPressed, required Function onEnterFullscreenPressed, required Function onExitFullscreenPressed, required Function onSeekingStarted, required dynamic onSeekingEnded(Duration position)})

Properties

hashCode int
The hash code for this object.
no setterinherited
onBackwardPressed Function
final
onEnterFullscreenPressed Function
final
onExitFullscreenPressed Function
final
onForwardPressed Function
final
onPausePressed Function
final
onPlayPressed Function
final
onSeekingEnded → dynamic Function(Duration position)
final
onSeekingStarted Function
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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