PlayerStyle class

Inheritance

Constructors

PlayerStyle({int? controllerStyle = DEFAULT, int? textColor, int? unplayedColor, int? playedColor, int? bufferedColor, int? tintColor, int? muteOffImageDrawable, int? muteOnImageDrawable})

Properties

bufferedColor int?
getter/setter pair
controllerStyle int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hideControls bool
getter/setter pairinherited
muteOffImageDrawable int?
getter/setter pair
muteOnImageDrawable int?
getter/setter pair
playedColor int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor int?
getter/setter pair
tintColor int?
getter/setter pair
unplayedColor int?
getter/setter pair

Methods

convertToMap() Map<String, dynamic>
override
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

Static Methods

convertFromMap(Map<String, dynamic> map) PlayerStyle
defaultPlayerStyle() PlayerStyle

Constants

CUBE → const int
DEFAULT → const int
ELEVATE → const int
MINIMALIST → const int
MODERN → const int
SPACE → const int
THEATRE → const int