Flutter
dart:ui
PathMetric
length property
length
PathMetric class
Properties
isClosed
length
hashCode
runtimeType
Methods
extractPath
getTangentForOffset
noSuchMethod
toString
Operators
operator ==
length property
double
length
Return the total length of the current contour.
Implementation
double get length native 'PathMeasure_getLength';