SeniorProgressBarThemeData class

Constructors

SeniorProgressBarThemeData({SeniorProgressBarStyle? style})
Theme definitions for the SeniorProgressBar component.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style SeniorProgressBarStyle?
Component style definitions. Allows you to configure: SeniorProgressBarStyle.backgroundColor the background color of the scrollbar. SeniorProgressBarStyle.color the color of the current scrollbar level. SeniorProgressBarStyle.progressInfoColor the color of the current progress information. SeniorProgressBarStyle.subtitleColor the color of the subtitle shown in the component. SeniorProgressBarStyle.titleColor 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