main_class/src/utils/path_drawing/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 -
Came from flutter_path_drawing library.
Creates a new path that is drawn from the segments of
source
.