SpeedLimitTheme class

Inheritance

Constructors

SpeedLimitTheme({required double size, required double borderWidth, required Color surfaceColor, required TextStyle textStyle, required TextStyle exceededTextStyle, required Color exceededSurfaceColor, required List<BoxShadow> exceededShadows})
const

Properties

borderWidth double
final
exceededShadows List<BoxShadow>
final
exceededSurfaceColor Color
final
exceededTextStyle TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
final
surfaceColor Color
final
textStyle TextStyle
final

Methods

copyWith({double? size, double? borderWidth, Color? surfaceColor, TextStyle? textStyle, TextStyle? exceededTextStyle, Color? exceededSurfaceColor, List<BoxShadow>? exceededShadows}) SpeedLimitTheme
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 SpeedLimitTheme
Widget color scheme for default dark mode.
defaultLight → const SpeedLimitTheme
Widget color scheme for default light mode.