getSpacing method

double getSpacing()

Returns the spacing of the matched Wrap via Widget.toDiagnosticsNode

Implementation

double getSpacing() {
  return getDiagnosticProp<double>('spacing');
}