requiresControlPoints property

bool get requiresControlPoints

Whether this style requires control points to function.

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

Implementation

bool get requiresControlPoints => false;