TriangleDownGlyph constructor
const
TriangleDownGlyph({})
Creates a downward-pointing triangle glyph.
Implementation
const TriangleDownGlyph({
super.key,
required super.x,
required super.y,
super.size = 8,
super.color,
super.strokeColor,
super.strokeWidth,
super.rotation,
super.opacity,
}) : super(pointUp: false);