order property

  1. @override
int order
override

The order of the Bézier curve.

A second order curve is quadratic and a third order curve is cubic.

Implementation

@override
int get order => 2;