getRunSpacing method

double getRunSpacing()

Returns the runSpacing of the matched Wrap via Widget.toDiagnosticsNode

Implementation

double getRunSpacing() {
  return getDiagnosticProp<double>('runSpacing');
}