ThemePreset class abstract

Implementers

Constructors

ThemePreset()

Properties

appTheme ThemeData
no setter
colorTheme ColorThemeDefaults
no setter
context BuildContext
no setter
hashCode int
The hash code for this object.
no setterinherited
isDark bool
no setter
isLight bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textTheme TextTheme
no setter

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

ios(BuildContext context) ThemeExtensionIterable
An ThemeExtensionIterable with ios default values.
m2(BuildContext context) ThemeExtensionIterable
An ThemeExtensionIterable with material 2 default values.
m3(BuildContext context) ThemeExtensionIterable
An ThemeExtensionIterable with material 3 default values.