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})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited