ShapePainter constructor

const ShapePainter(
  1. {Color? color}
)

Implementation

const ShapePainter({
  this.color,
});