accent3 property
Implementation
@override
ColorSwatch get accent3 => _transformSwatch(
targetColors.accent3,
primaryAccent,
(lch) => Oklch(lch.l, lch.c, lch.h + accent3HueShiftDegrees),
);
@override
ColorSwatch get accent3 => _transformSwatch(
targetColors.accent3,
primaryAccent,
(lch) => Oklch(lch.l, lch.c, lch.h + accent3HueShiftDegrees),
);