BColor class

Constructors

BColor()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

backgroundColor Color
getter/setter pair
errorColor Color
getter/setter pair
highlightColor Color
getter/setter pair
isDarkTheme bool
getter/setter pair
neutral0 Color
getter/setter pair
neutral80 Color
getter/setter pair
primaryColor Color
getter/setter pair
secundaryColor Color
getter/setter pair
subTextColor Color
getter/setter pair
textColor Color
getter/setter pair
warningColor Color
getter/setter pair

Static Methods

changeTheme({bool isDark = true}) → dynamic