violetA property

RadixColor get violetA

Implementation

RadixColor get violetA {
  return _isDark ? violetDarkAScale : violetAScale;
}