StarGlyph constructor
const
StarGlyph({})
Creates a star glyph.
Implementation
const StarGlyph({
super.key,
required super.x,
required super.y,
super.size = 8,
super.color,
super.strokeColor,
super.strokeWidth,
super.rotation,
super.opacity,
this.points = 5,
this.innerRadiusFactor = 0.5,
});