swatch property

MaterialColor get swatch

Implementation

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