CameraProgressTheme class
- Inheritance
-
- Object
- MapWidgetColorScheme
- CameraProgressTheme
Constructors
- CameraProgressTheme({required Color surfaceColor, required Color progressColor, required Color progressExceededColor, required double thickness})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- progressColor → Color
-
final
- progressExceededColor → Color
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- surfaceColor → Color
-
final
- thickness → double
-
final
Methods
-
copyWith(
{Color? surfaceColor, Color? progressColor, Color? progressExceededColor, double? thickness}) → CameraProgressTheme -
override
-
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
Constants
- defaultDark → const CameraProgressTheme
- Widget color scheme for default dark mode.
- defaultLight → const CameraProgressTheme
- Widget color scheme for default light mode.