ShapeLayerModel constructor
const
ShapeLayerModel({})
Implementation
const ShapeLayerModel({
required super.id,
required super.type,
required super.x,
required super.y,
required this.shapeType,
this.width,
this.height,
this.fillColor,
this.strokeColor,
this.strokeWidth,
});