accent3 property

  1. @override
ColorSwatch accent3
override

Implementation

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