NavigationMapControlTheme class
- Inheritance
-
- Object
- MapWidgetColorScheme
- NavigationMapControlTheme
Constructors
-
const
Properties
- borderRadius → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconActiveColor → Color
-
final
- iconDisabledColor → Color
-
final
- iconInactiveColor → Color
-
final
- iconSize → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shadows
→ List<
BoxShadow> -
final
- size → double
-
final
- surfaceColor → Color
-
final
- surfacePressedColor → Color
-
final
Methods
-
copyWith(
{double? size, double? borderRadius, Color? surfaceColor, Color? surfacePressedColor, double? iconSize, Color? iconDisabledColor, Color? iconInactiveColor, Color? iconActiveColor, List< BoxShadow> ? shadows}) → NavigationMapControlTheme -
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 NavigationMapControlTheme
- Widget color scheme for default dark mode.
- defaultLight → const NavigationMapControlTheme
- Widget color scheme for default light mode.