dashGap property

double dashGap

Implementation

double get dashGap {
  return _dashValues?[1] ?? 5;
}