Themes class

Application themes constants.

Annotations
  • @SoundFonts({'largest' : {'bold' : ['onBackground', 'onPrimary'], 'regular' : ['onBackground', 'onPrimary', 'secondary']}, 'larger' : {'regular' : ['onBackground', 'secondary']}, 'large' : {'regular' : ['onBackground', 'secondary']}, 'big' : {'regular' : ['onBackground', 'onPrimary', 'secondary', 'primary']}, 'medium' : {'regular' : ['onBackground', 'onPrimary', 'primary', 'primaryHighlightLightest', 'secondary']}, 'normal' : {'bold' : ['onBackground', 'onPrimary'], 'regular' : ['danger', 'onBackground', 'onPrimary', 'primary', 'secondary', 'secondaryHighlightDarkest']}, 'small' : {'regular' : ['danger', 'onBackground', 'onPrimary', 'primary', 'secondary', 'secondaryHighlight', 'secondaryHighlightDarkest']}, 'smaller' : {'bold' : ['onPrimary', 'secondary'], 'regular' : ['onBackground', 'secondary', 'onPrimary', 'primary']}, 'smallest' : {'regular' : ['onBackground', 'onPrimary', 'secondary']}})

Constructors

Themes()

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 Methods

dark() ThemeData
Returns a dark theme.
light() ThemeData
Returns a light theme.