surfacePrimary property

Color surfacePrimary

Surface color.

Maps to ColorScheme.surface.

  • Light mode: ZetaColors.black
  • Dark mode: ZetaColors.white.

Implementation

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