AdditionalManeuverTheme class

Inheritance

Constructors

AdditionalManeuverTheme.new({required TextStyle textStyle, required Color surfaceColor, required Size iconSize, required double containerHeight, required List<BoxShadow> shadows, required double containerBorderRadius})
const

Properties

containerBorderRadius double
final
containerHeight double
final
hashCode int
The hash code for this object.
no setterinherited
iconSize Size
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadows List<BoxShadow>
final
surfaceColor Color
final
textStyle TextStyle
final

Methods

copyWith({TextStyle? textStyle, Color? surfaceColor, Size? iconSize, double? containerHeight, List<BoxShadow>? shadows, double? containerBorderRadius}) MapWidgetColorScheme
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 AdditionalManeuverTheme
Widget color scheme for default dark mode.
defaultLight → const AdditionalManeuverTheme
Widget color scheme for default light mode.