ContextColorsExtensions extension

on

Properties

backgroundColor Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).colorScheme.backgroundColor
no setter
bottomAppBarColor Color?

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(this).bottomAppBarTheme.color
no setter
buttonPrimaryColor Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).colorScheme.primary
no setter
cardColor Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).cardColor
no setter
colorScheme ColorScheme

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).colorScheme
no setter
disabledColor Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).disabledColor
no setter
dividerColor Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).dividerColor
no setter
errorColor Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).colorScheme.error
no setter
focusColor Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).focusColor
no setter
highlightColor Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).highlightColor
no setter
hintColor Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).hintColor
no setter
hoverColor Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).hoverColor
no setter
primaryColor Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).primaryColor
no setter
primaryColorDark Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).primaryColorDark
no setter
primaryColorLight Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).primaryColorLight
no setter
scaffoldBackgroundColor Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).scaffoldBackgroundColor
no setter
secondary Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).colorScheme.secondary
no setter
secondaryHeaderColor Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).secondaryHeaderColor
no setter
splashColor Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).splashColor
no setter
unselectedWidgetColor Color

Available on BuildContext, provided by the ContextColorsExtensions extension

shortcut for Theme.of(context).unselectedWidgetColor
no setter