menu
jtech_base package
documentation
common/theme.dart
CustomTheme
maybeOf static method
maybeOf static method
dark_mode
light_mode
maybeOf
static method
CustomTheme
?
maybeOf
(
BuildContext
context
)
Implementation
static CustomTheme? maybeOf(BuildContext context) => Theme.of(context).extension<CustomTheme>();
jtech_base package
documentation
common/theme
CustomTheme
maybeOf static method
CustomTheme class