surfaceMutedColorValue property
String
get
surfaceMutedColorValue
Muted background color for container surfaces (dark: #1e293b).
Implementation
@override
String get surfaceMutedColorValue =>
colorSeed?.surfaceMutedColor?.value ?? super.surfaceMutedColorValue;