DashOffset.absolute constructor
      const
      DashOffset.absolute(
    
- double start
gives offset of the dashed path that will be measured as a absolute value
Implementation
const DashOffset.absolute(double start)
    : _value = start,
      _dashOffsetType = _DashOffsetType.absolute;