TextItem constructor
const
TextItem({})
Implementation
const TextItem({
required this.x,
required this.y,
required this.text,
this.style = const TextStyle(
fontSize: 14,
color: Color(0xFF1F2937),
fontWeight: FontWeight.w500,
),
this.offset = Offset.zero,
});