TextLayerData constructor
TextLayerData({})
Implementation
TextLayerData({
required this.id,
this.text = '',
Offset? position,
this.color = Colors.white,
this.fontSize = 32.0,
this.isSelected = false,
}) : position = position ?? Offset.zero;