surfaceVariant property
Implementation
@override
DynamicColor get surfaceVariant {
final color2025 = surfaceContainerHighest.copyWith(name: "surface_variant");
return super.surfaceVariant.extendSpecVersion(.spec2025, color2025);
}
@override
DynamicColor get surfaceVariant {
final color2025 = surfaceContainerHighest.copyWith(name: "surface_variant");
return super.surfaceVariant.extendSpecVersion(.spec2025, color2025);
}