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