LinkLayerData constructor
LinkLayerData({})
Implementation
LinkLayerData({
required this.text,
this.size = 64,
this.color = Colors.white,
this.background = Colors.transparent,
this.backgroundOpacity = 0,
this.align = TextAlign.left,
super.offset,
super.opacity,
super.rotation,
super.scale,
});