menu
arcane package
documentation
util/arcane.dart
Arcane
themeOf static method
themeOf static method
dark_mode
light_mode
themeOf
static method
ArcaneTheme
themeOf
(
BuildContext
context
)
Implementation
static ArcaneTheme themeOf(BuildContext context) => context.pylonOr<ArcaneTheme>() ?? globalTheme;
arcane package
documentation
util/arcane
Arcane
themeOf static method
Arcane class