colors property

_ThemeColors colors

The list of colors available from the theme

Implementation

_ThemeColors get colors => _ThemeColors(
      primary: _primaryColor,
      primaryLight: _primaryColorLight,
      primaryDark: _primaryColorDark,
      canvas: _canvasColor,
      scaffoldBackground: _scaffoldBackgroundColor,
      card: _cardColor,
      divider: _dividerColor,
      focus: _focusColor,
      hover: _hoverColor,
      highlight: _highlightColor,
      splash: _splashColor,
      unselectedWidget: _unselectedWidgetColor,
      disabled: _disabledColor,
      secondaryHeader: _secondaryHeaderColor,
      dialogBackground: _dialogBackgroundColor,
      indicator: _indicatorColor,
      hint: _hintColor,
      scheme: _colorScheme,
      shadow: _shadowColor,
    );