DashOffset.absolute constructor
const
DashOffset.absolute(
- double start
Create a DashOffset that will be measured in terms of absolute pixels along the length of a Path segment.
Implementation
const DashOffset.absolute(double start)
: _rawVal = start,
_dashOffsetType = _DashOffsetType.Absolute;