TShape constructor
const
TShape({})
Implementation
const TShape({
super.key,
this.shape = TShapeType.stRectangle,
this.brushColor = Colors.white,
this.penColor = Colors.black,
this.penWidth = 1,
this.width,
this.height,
});