requiresControlPoints property

bool get requiresControlPoints

Whether this style requires control points to function.

If true, the style cannot fall back to algorithmic segment creation. Most editable styles should return false to allow both modes.

Implementation

bool get requiresControlPoints => false;