ProgressBarColors class

Defines different colors for ProgressBar.

Constructors

ProgressBarColors({Color? backgroundColor, Color? playedColor, Color? bufferedColor, Color? handleColor})
Creates ProgressBarColors.
const

Properties

backgroundColor Color?
Defines background color of the ProgressBar.
final
bufferedColor Color?
Defines color for buffered portion of the ProgressBar.
final
handleColor Color?
Defines color for handle of the ProgressBar.
final
hashCode int
The hash code for this object.
no setterinherited
playedColor Color?
Defines color for played portion of the ProgressBar.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Color? backgroundColor, Color? playedColor, Color? bufferedColor, Color? handleColor}) ProgressBarColors
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