getMinLeadingWidth method

double getMinLeadingWidth()

Returns the minLeadingWidth of the matched ListTile via Widget.toDiagnosticsNode

Implementation

double getMinLeadingWidth() {
  return getDiagnosticProp<double>('minLeadingWidth');
}