CubicEdge constructor
CubicEdge({})
Implementation
CubicEdge({
required this.from,
required this.to,
required this.positive,
required this.curveSize,
required this.curveAngle,
required this.bulbousness,
required this.twist,
});