CrossGlyph constructor
const
CrossGlyph({})
Creates a cross glyph.
Implementation
const CrossGlyph({
super.key,
required super.x,
required super.y,
super.size = 8,
super.color,
super.strokeColor,
super.strokeWidth,
super.rotation,
super.opacity,
this.thickness = 0.3,
});