ShapeMakerPainter constructor

ShapeMakerPainter({
  1. ShapeType shapeType = ShapeType.triangle,
  2. Color strokeColor = Colors.black,
  3. PaintingStyle paintingStyle = PaintingStyle.stroke,
})

Implementation

ShapeMakerPainter({this.shapeType = ShapeType.triangle, this.strokeColor = Colors.black, this.paintingStyle = PaintingStyle.stroke});