ImageLayerData constructor
ImageLayerData({})
Implementation
ImageLayerData({
required this.image,
this.size = 64,
super.offset,
super.opacity,
super.rotation,
super.scale,
});
ImageLayerData({
required this.image,
this.size = 64,
super.offset,
super.opacity,
super.rotation,
super.scale,
});