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