ArcaneTheme class

Inheritance

Constructors

ArcaneTheme({ContrastedColorScheme? scheme, double contrast = 0.0, double spin = 0.0, double scaling = 1.0, double radius = 0.4, double surfaceOpacity = 0.66, double surfaceBlur = 18, ThemeMode themeMode = ThemeMode.system})
const

Properties

contrast double
final
hashCode int
The hash code for this object.
no setterinherited
radius double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaling double
final
scheme ContrastedColorScheme?
final
scrollBehavior MaterialScrollBehavior
no setterinherited
spin double
final
surfaceBlur double
final
surfaceOpacity double
final
themeMode ThemeMode
finalinherited

Methods

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