PaintLayerData constructor
PaintLayerData({})
Creates an instance of PaintLayerData.
The item
and rawSize
parameters are required, and other properties
are optional.
Implementation
PaintLayerData({
required this.item,
required this.rawSize,
required this.opacity,
super.offset,
super.rotation,
super.scale,
super.id,
super.flipX,
super.flipY,
super.enableInteraction,
});