VisaPainter constructor

const VisaPainter(
  1. {Color? color}
)

Implementation

const VisaPainter({
  this.color,
});