RContextColors extension

on

Properties

backgroundColor Color
shortcut for Theme.of(context).colorScheme.backgroundColor
no setter
bottomAppBarColor Color?
shortcut for Theme.of(this).bottomAppBarTheme.color
no setter
buttonPrimaryColor Color
shortcut for Theme.of(context).colorScheme.primary
no setter
cardColor Color
shortcut for Theme.of(context).cardColor
no setter
colorScheme ColorScheme
shortcut for Theme.of(context).colorScheme
no setter
disabledColor Color
shortcut for Theme.of(context).disabledColor
no setter
dividerColor Color
shortcut for Theme.of(context).dividerColor
no setter
errorColor Color
shortcut for Theme.of(context).colorScheme.error
no setter
focusColor Color
shortcut for Theme.of(context).focusColor
no setter
highlightColor Color
shortcut for Theme.of(context).highlightColor
no setter
hintColor Color
shortcut for Theme.of(context).hintColor
no setter
hoverColor Color
shortcut for Theme.of(context).hoverColor
no setter
primaryColor Color
shortcut for Theme.of(context).primaryColor
no setter
primaryColorDark Color
shortcut for Theme.of(context).primaryColorDark
no setter
primaryColorLight Color
shortcut for Theme.of(context).primaryColorLight
no setter
scaffoldBackgroundColor Color
shortcut for Theme.of(context).scaffoldBackgroundColor
no setter
secondary Color
shortcut for Theme.of(context).colorScheme.secondary
no setter
secondaryHeaderColor Color
shortcut for Theme.of(context).secondaryHeaderColor
no setter
splashColor Color
shortcut for Theme.of(context).splashColor
no setter
unselectedWidgetColor Color
shortcut for Theme.of(context).unselectedWidgetColor
no setter