ThemeConfigOptions class

Constructors

ThemeConfigOptions.new({Color primaryColor = const Color(0xFF09aeea), Color secondaryColor = const Color(0xFFC1DF1F), Color iconColor = const Color(0xFF09aeea), Color darkBackgroundColor = const Color(0xFF444444), Color lightBackgroundColor = const Color(0xFFf2f7f9), List<Color> colorPalette = const [Color(0xFF09aeea), Color(0xFF0ba376), Color(0xFF9b5de5), Color(0xFFEE2E31), Color(0xFFf77f00)], double spacingSize = 20.0, double borderRadius = 8.0})

Properties

borderRadius double
final
colorPalette List<Color>
final
darkBackgroundColor Color
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color
final
lightBackgroundColor Color
final
primaryColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryColor Color
final
spacingSize double
final

Methods

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