CircularProgressIndicatorThemeData class

Theme data for CircularProgressIndicator.

Annotations

Constructors

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

Properties

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

Methods

copyWith({double? size, Color? color, Color? backgroundColor, Duration? indeterminateDuration}) CircularProgressIndicatorThemeData
Makes a copy of CircularProgressIndicatorThemeData overwriting selected fields.
merge(CircularProgressIndicatorThemeData? other) CircularProgressIndicatorThemeData
Merges the theme data CircularProgressIndicatorThemeData.
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 CircularProgressIndicatorThemeData other) bool
The equality operator.
override