PlayerProgressColors class

Representation of colors used in progress bar.

Constructors

PlayerProgressColors({Color played = const Color.fromARGB(255, 255, 56, 56), Color buffered = const Color.fromARGB(255, 199, 199, 199), Color baseBar = const Color.fromARGB(255, 238, 238, 238), Color thumb = const Color.fromARGB(255, 255, 56, 56)})

Properties

baseBarColor Color
final
bufferedColor Color
final
hashCode int
The hash code for this object.
no setterinherited
playedColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbColor Color
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