lines property

List<CubicLine> get lines

Returns a flattened list of all CubicLine segments across all paths.

Implementation

List<CubicLine> get lines => _paths.expand((data) => data.lines).toList();