AbstractArcaneTheme class abstract

Implementers

Constructors

AbstractArcaneTheme({ThemeMode themeMode = ThemeMode.system})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollBehavior MaterialScrollBehavior
no setter
themeMode ThemeMode
final

Methods

buildCupertinoTheme(Brightness brightness) CupertinoThemeData
buildMaterialTheme(Brightness brightness) ThemeData
buildTheme(Brightness brightness) ThemeData
colorMaterialTheme(ThemeData arcane, ThemeData theme) ThemeData
getArcaneTheme() ThemeData
getCupertinoTheme() CupertinoThemeData
getMaterialTheme() ThemeData
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 Properties

defaultArcaneTheme AbstractArcaneTheme
final