Skip to main content

AppTheme class

Constructors

AppTheme ()

Properties

hashCodeint

The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>

runtimeTypeType

A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>

Methods

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>

toString() String

A string representation of this object.
<span class="feature">inherited</span>

Operators

operator ==(Object other) bool

The equality operator.
<span class="feature">inherited</span>

Static Properties

bodyText1TextStyle

<span class="feature">read / write</span>

bodyText2TextStyle

<span class="feature">read / write</span>

bodyText3TextStyle

<span class="feature">read / write</span>

buttonTextStyle

<span class="feature">read / write</span>

headline1TextStyle

<span class="feature">read / write</span>

headline2TextStyle

<span class="feature">read / write</span>

headline3TextStyle

<span class="feature">read / write</span>

headline4TextStyle

<span class="feature">read / write</span>

headline5TextStyle

<span class="feature">read / write</span>

headline6TextStyle

<span class="feature">read / write</span>

overlineTextStyle

<span class="feature">read / write</span>

subtitle1TextStyle

<span class="feature">read / write</span>

subtitle2TextStyle

<span class="feature">read / write</span>

titleTextStyle

<span class="feature">read / write</span>

Constants

blackPrimary const Color
blackSecondary const Color
blackTertiary const Color
blue const Color
green const Color
grey const Color
lightGrey const Color
primary const Color
red const Color
secondary const Color
shadow const Color
tertiary const Color
white const Color
yellow const Color