DashOffset.absolute constructor

const DashOffset.absolute(
  1. 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;