Glyph constructor
const
Glyph({})
Creates a glyph.
Implementation
const Glyph({
super.key,
required this.x,
required this.y,
this.size = 8,
this.color = const Color(0xFF000000),
this.strokeColor,
this.strokeWidth = 1.0,
this.rotation = 0,
this.opacity = 1.0,
});