ThemeBuildContextX extension

Extension methods to simplify theming accessibility.

Usage:

...
Icon(color: context.kTheme.accent500)
on

Properties

background Color

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
bodyLarge TextStyle?

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
bodyMedium TextStyle?

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
bodySmall TextStyle?

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
displayLarge TextStyle?

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
displayMedium TextStyle?

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
displaySmall TextStyle?

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
headlineMedium TextStyle?

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
headlineSmall TextStyle?

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
isDark bool

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
kTheme CollactionTheme

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
labelLarge TextStyle?

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
labelSmall TextStyle?

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
onBackground Color

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
primary Color

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
secondary Color

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
tertiary Color

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
theme ThemeData

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
titleLarge TextStyle?

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
titleMedium TextStyle?

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter
titleSmall TextStyle?

Available on BuildContext, provided by the ThemeBuildContextX extension

no setter