dashLength property

double dashLength

Implementation

double get dashLength {
  return _dashValues?[0] ?? 5;
}