BetterRoutePromptTheme class
- Inheritance
-
- Object
- MapWidgetColorScheme
- BetterRoutePromptTheme
Constructors
- BetterRoutePromptTheme.new({required Color acceptButtonIconColor, required Color acceptButtonIconColorBackground, required Color acceptButtonColor, required TextStyle acceptButtonTextStyle, required Color denyButtonColor, required TextStyle denyButtonTextStyle, required Color progressBarColor})
-
const
Properties
- acceptButtonColor → Color
-
final
- acceptButtonIconColor → Color
-
final
- acceptButtonIconColorBackground → Color
-
final
- acceptButtonTextStyle → TextStyle
-
final
- denyButtonColor → Color
-
final
- denyButtonTextStyle → TextStyle
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- progressBarColor → Color
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{Color? acceptButtonIconColor, Color? acceptButtonIconColorBackground, Color? acceptButtonColor, TextStyle? acceptButtonTextStyle, Color? denyButtonColor, TextStyle? denyButtonTextStyle, Color? progressBarColor}) → BetterRoutePromptTheme -
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 BetterRoutePromptTheme
- defaultLight → const BetterRoutePromptTheme