KTheme class

Constructors

KTheme.new({required Color background, required Color backgroundAlt, required Color buttonText, required Color buttonBackground, required Color buttonBackgroundPressed, required Color buttonBackgroundAlt, required Color shadow, required Color shadowDark, required Color font, required Color fontAlt})

Properties

background Color
getter/setter pair
backgroundAlt Color
getter/setter pair
buttonBackground Color
getter/setter pair
buttonBackgroundAlt Color
getter/setter pair
buttonBackgroundPressed Color
getter/setter pair
buttonText Color
getter/setter pair
font Color
getter/setter pair
fontAlt Color
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadow Color
getter/setter pair
shadowDark Color
getter/setter pair

Methods

add({Color? background, Color? backgroundAlt, Color? buttonText, Color? buttonBackground, Color? buttonBackgroundPressed, Color? buttonBackgroundAlt, Color? shadow, Color? shadowDark, Color? font, Color? fontAlt}) KTheme
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