TWidgetTheme class
Methods
-
copyWith({bool? isDarkMode, TVariant? type, MaterialColor? color, Color? container, Color? containerVariant, Color? onContainer, Color? onContainerVariant, Color? outline, Color? outlineVariant, Color? shadow})
→ TWidgetTheme
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild({bool? isDarkMode, Color? color, TVariant? type})
→ TWidgetTheme
-
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
clearCache()
→ void
-
-
filledOutlineTheme(Color color, [bool isDarkMode = false])
→ TWidgetTheme
-
-
filledTextTheme(Color color, [bool isDarkMode = false])
→ TWidgetTheme
-
-
from(bool isDarkMode, Color color, TVariant type)
→ TWidgetTheme
-
-
outlineTheme(Color color, [bool isDarkMode = false])
→ TWidgetTheme
-
-
softOutlineTheme(Color color, [bool isDarkMode = false])
→ TWidgetTheme
-
-
softTextTheme(Color color, [bool isDarkMode = false])
→ TWidgetTheme
-
-
solidTheme(Color color, [bool isDarkMode = false])
→ TWidgetTheme
-
-
surfaceTheme(ColorScheme colors, {TVariant variant = TVariant.tonal, bool active = false})
→ TWidgetTheme
-
-
textTheme(Color color, [bool isDarkMode = false])
→ TWidgetTheme
-
-
tonalTheme(Color color, [bool isDarkMode = false])
→ TWidgetTheme
-