NUITheme class

Properties

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

Methods

color(NUIThemePair<Color> pair) Color
font({double size = 14, NUIThemePair<Color>? colorPair, Color? color, String? fontName, NUIFontType fontType = NUIFontType.REGULAR, bool isBold = false, Shadow? shadow, FontWeight? fontWeight, TextDecoration decoration = TextDecoration.none, bool isItalic = false, List<FontFeature>? fontFeatures}) TextStyle
getThemeData() ThemeData
isDarkTheme() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
switchTheme({BuildContext? context}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

get() NUITheme