swatch property

MaterialColor swatch

Implementation

MaterialColor get swatch {
  return _swatch ?? Colors.primaries.closestTo(primary);
}