DiamondGlyph constructor
const
DiamondGlyph({})
Creates a diamond glyph.
Implementation
const DiamondGlyph({
super.key,
required super.x,
required super.y,
super.size = 8,
super.color,
super.strokeColor,
super.strokeWidth,
super.rotation,
super.opacity,
});