ThemeData class

Annotations

Constructors

ThemeData({required Brightness brightness, HSLColor primaryColor = kDefaultPrimary})
factory
ThemeData.dark([HSLColor primaryColor = kDefaultPrimary])
factory
ThemeData.fallback()
factory
ThemeData.light([HSLColor primaryColor = kDefaultPrimary])
factory

Properties

brightness Brightness
final
buttonTheme ButtonThemeData
final
checkboxTheme CheckboxThemeData
final
colorScheme ColorScheme
final
dialogTheme DialogThemeData
final
final
hashCode int
The hash code for this object.
no setterinherited
hyperlinkButtonTheme HyperlinkButtonThemeData
final
invertedTheme ThemeData
no setter
final
radioButtonTheme RadioButtonThemeData
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollbarTheme ScrollbarThemeData
final
sliderTheme SliderThemeData
final
tabTheme TabThemeData
final
textTheme TextTheme
final
toggleSwitchTheme ToggleSwitchThemeData
final

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