SpeedometerTheme class

Inheritance

Constructors

SpeedometerTheme.new({required double size, required double iconSize, required TextStyle textStyle, required List<BoxShadow> shadows, required Color surfaceColor})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
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
textStyle TextStyle
final

Methods

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