ProgressTheme class
A theme for Progress.
Constructors
- ProgressTheme({Color? color, Color? backgroundColor, BorderRadiusGeometry? borderRadius, double? minHeight})
-
Creates a ProgressTheme.
const
Properties
- backgroundColor → Color?
-
The background color of the progress.
final
- borderRadius → BorderRadiusGeometry?
-
The border radius of the progress.
final
- color → Color?
-
The color of the progress.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- minHeight → double?
-
The minimum height of the progress.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{Color? color, Color? backgroundColor, BorderRadiusGeometry? borderRadius, double? minHeight}) → ProgressTheme - Creates a copy of this theme but with the given fields replaced with the new values.
-
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.
override