LinearProgressIndicatorThemeData class

Theme data for LinearProgressIndicator.

Annotations

Constructors

LinearProgressIndicatorThemeData({double? height, Color? color, Color? backgroundColor, Duration? indeterminateDuration})
Creates a LinearProgressIndicatorThemeData.
const

Properties

backgroundColor Color?
The background color of the linear progress indicator.
final
color Color?
The color of the linear progress indicator.
final
hashCode int
The hash code for this object.
no setteroverride
height double?
The height of the linear progress indicator.
final
indeterminateDuration Duration?
The indeterminate animation duration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({double? height, Color? color, Color? backgroundColor, Duration? indeterminateDuration}) LinearProgressIndicatorThemeData
Makes a copy of LinearProgressIndicatorThemeData overwriting selected fields.
merge(LinearProgressIndicatorThemeData? other) LinearProgressIndicatorThemeData
Merges the theme data LinearProgressIndicatorThemeData.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant LinearProgressIndicatorThemeData other) bool
The equality operator.
override