ImageNode constructor
ImageNode({})
Implementation
ImageNode({
required super.id,
required this.imageId,
required this.size,
this.naturalSize,
super.hitPadding,
super.transform,
super.opacity,
super.isVisible,
super.isSelectable,
super.isLocked,
super.isDeletable,
super.isTransformable,
}) : super(type: NodeType.image);