utils/dash_path library
Classes
- 
  CircularIntervalList<
T>  - A circular array of dash offsets and lengths.
 - DashOffset
 - Specifies the starting position of a dash array on a path, either as a percentage or absolute value.
 
Functions
- 
  dashPath(
Path source, {required CircularIntervalList< double> dashArray, DashOffset? dashOffset}) → Path