SpeedLimitWidgetTheme class

Inheritance

Constructors

SpeedLimitWidgetTheme({required double size, required SpeedometerTheme speedometerTheme, required SpeedLimitTheme speedLimitTheme, required CameraProgressTheme cameraProgressTheme})
const

Properties

cameraProgressTheme CameraProgressTheme
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
speedLimitTheme SpeedLimitTheme
final
speedometerTheme SpeedometerTheme
final

Methods

copyWith({double? widgetSize, SpeedometerTheme? speedometerTheme, SpeedLimitTheme? speedLimitTheme, CameraProgressTheme? cameraProgressTheme}) SpeedLimitWidgetTheme
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 SpeedLimitWidgetTheme
Widget color scheme for default dark mode.
defaultLight → const SpeedLimitWidgetTheme
Widget color scheme for default light mode.