surfaceDisabled property

Color surfaceDisabled

Disabled surface color.

Defaults to ZetaColors.cool.30.

Color swatches are inverted if ZetaColors.brightness is Dark.

Implementation

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