XGlyph constructor
const
XGlyph({})
Creates an X glyph.
Implementation
const XGlyph({
super.key,
required super.x,
required super.y,
super.size = 8,
super.color,
super.strokeColor,
super.strokeWidth,
super.opacity,
this.thickness = 0.3,
}) : super(rotation: 0.7853981633974483);