ElTriangle constructor
const
ElTriangle({})
Element UI 三角形小部件
Implementation
const ElTriangle({
super.key,
this.size = 12,
this.direction = AxisDirection.up,
this.color,
this.radius = 0,
this.onlyRightAngle = false,
this.rightTriangle = false,
}) : assert(radius >= 0);