PodPlayerLabels class

Constructors

PodPlayerLabels({String? play, String? pause, String? mute, String? unmute, String settings = 'Settings', String? fullscreen, String? exitFullScreen, String loopVideo = 'Loop Video', String playbackSpeed = 'Playback speed', String error = 'Error while playing video', String quality = 'Quality', String optionEnabled = 'on', String optionDisabled = 'off'})
Labels displayed in the video player progress bar and when an error occurs
const

Properties

error String
final
exitFullScreen String?
final
fullscreen String?
final
hashCode int
The hash code for this object.
no setterinherited
loopVideo String
final
mute String?
final
optionDisabled String
final
optionEnabled String
final
pause String?
final
play String?
final
playbackSpeed String
final
quality String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings String
final
unmute String?
final

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