SeniorProgressBarStyle class

Constructors

SeniorProgressBarStyle({Color? backgroundColor, Color? color, Color? progressInfoColor, Color? subtitleColor, Color? titleColor})
Style definitions for the SeniorProgressBar component.
const

Properties

backgroundColor Color?
Defines the background color of the scrollbar.
final
color Color?
Defines the color of the current scrollbar level.
final
hashCode int
The hash code for this object.
no setterinherited
progressInfoColor Color?
Defines the color of the current progress information.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitleColor Color?
Defines the color of the subtitle shown in the component.
final
titleColor Color?
Defines the color of the title shown on the component.
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