surfaceVariantColorValue property

  1. @override
String get surfaceVariantColorValue

Secondary surface background color variation (dark: #334155).

Implementation

@override
String get surfaceVariantColorValue =>
    colorSeed?.surfaceVariantColor?.value ?? super.surfaceVariantColorValue;