DashboardWidgetTheme class

Inheritance

Constructors

DashboardWidgetTheme({required Color expandedShadowColor, required List<BoxShadow> shadows, required Color surfaceColor, required double borderRadius, required TextStyle valueTextStyle, required TextStyle unitTextStyle, required Color buttonSurfaceColor, required Color buttonNegativeSurfaceColor, required Color buttonPositiveSurfaceColor, required double buttonBorderRadius, required double buttonSize, required Color iconColor, required double iconSize, required TextStyle menuButtonTextStyle, required TextStyle menuButtonSubTextStyle, required TextStyle finishButtonTextStyle, required Color soundIconColor})
const

Properties

borderRadius double
final
buttonBorderRadius double
final
buttonNegativeSurfaceColor Color
final
buttonPositiveSurfaceColor Color
final
buttonSize double
final
buttonSurfaceColor Color
final
expandedShadowColor Color
final
finishButtonTextStyle TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color
final
iconSize double
final
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadows List<BoxShadow>
final
soundIconColor Color
final
surfaceColor Color
final
unitTextStyle TextStyle
final
valueTextStyle TextStyle
final

Methods

copyWith({Color? expandedShadowColor, double? borderRadius, Color? surfaceColor, List<BoxShadow>? shadows, TextStyle? valueTextStyle, TextStyle? unitTextStyle, Color? buttonSurfaceColor, Color? buttonNegativeSurfaceColor, Color? buttonPositiveSurfaceColor, double? buttonBorderRadius, double? buttonSize, Color? iconColor, double? iconSize, Color? soundIconColor, TextStyle? menuButtonTextStyle, TextStyle? menuButtonSubTextStyle, TextStyle? finishButtonTextStyle}) DashboardWidgetTheme
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 DashboardWidgetTheme
Widget color scheme for default dark mode.
defaultLight → const DashboardWidgetTheme
Widget color scheme for default light mode.