flattenedSegments property
(undocumented) Flattened segments represents a series of points making up a Geometry. The inner arrays consist of a sequence of PathSegment coordinates making up a PathFigure, while the outer array represents the whole Geometry of these PathFigures.
Implementation
_i7.Array<_i7.Array<_i2.num>> get flattenedSegments => _i4.getProperty(
this,
'flattenedSegments',
);