surfaceTertiary property

Color surfaceTertiary

Tertiary surface color.

Maps to ThemeData.scaffoldBackgroundColor.

  • ZetaColors.warm.10.

Implementation

Color get surfaceTertiary =>
    _resolve?.zetaColors.surfaceTertiary ?? _resolveDefault(_ZetaColorProperties.surfaceTertiary);