RectNode constructor
RectNode({})
Implementation
RectNode({
required super.id,
required this.size,
this.fillColor,
this.strokeColor,
this.strokeWidth = 1,
super.hitPadding,
super.transform,
super.opacity,
super.isVisible,
super.isSelectable,
super.isLocked,
super.isDeletable,
super.isTransformable,
}) : super(type: NodeType.rect);