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