NUIColorTheme class
- Inheritance
-
- Object
- NUIEnt<
NUIColorTheme> - NUIColorTheme
- Mixed-in types
Constructors
Properties
-
colorCodes
→ Map<
String, String> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDark → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textTheme → NUITextTheme
-
no setter
Methods
-
background(
{String? v}) → Color -
card(
{String? v}) → Color -
cardShadow(
{String? v}) → Color -
colorFromCode(
String code) → Color? -
inherited
-
error(
{String? v}) → Color -
fromJson(
Map< String, dynamic> json) → NUIColorTheme -
inherited
-
getColorScheme(
) → ColorScheme -
gradient(
{String? v}) → NUILinearGradient -
hexColorFromCode(
String code) → String? -
inherited
-
icon(
{String? v}) → Color -
iconHighlight(
{String? v}) → Color -
isPossibleColor(
String color) → bool -
inherited
-
line(
{String? v}) → Color -
mapper(
) → NUIEntMapper< NUIColorTheme> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onBackground(
{String? v}) → Color -
onCard(
{String? v}) → Color -
onError(
{String? v}) → Color -
onPrimary(
{String? v}) → Color -
onSecondary(
{String? v}) → Color -
primary(
{String? v}) → Color -
primaryVariant(
{String? v}) → Color -
secondary(
{String? v}) → Color -
secondaryVariant(
{String? v}) → Color -
setColorCodes(
Map< String, String> colorCodes) → void -
inherited
-
statusBar(
{String? v}) → Color -
toJson(
) → Map< String, dynamic> -
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toMapQuery(
{Map< NUIEntType, EntCustomerMapper> ? customMapper}) → Map<String, dynamic> -
inherited
-
toolbar(
{String? v}) → Color -
toolbarShadow(
{String? v}) → Color -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited