VideoPlayerLabelTheme class

Defines default string labels used in the video player.

Annotations

Constructors

VideoPlayerLabelTheme({String errorMessage = 'An error occurred while loading the video.', String autoQualityLabel = 'auto'})
const

Properties

autoQualityLabel String
Label for the 'auto' video quality option.
final
errorMessage String
Default error message displayed on playback failure.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? errorMessage, String? autoQualityLabel}) VideoPlayerLabelTheme
Returns a copy of this label theme overriding only the provided fields.
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