getContentPadding method

EdgeInsetsGeometry getContentPadding()

Returns the contentPadding of the matched ListTile via Widget.toDiagnosticsNode

Implementation

EdgeInsetsGeometry getContentPadding() {
  return getDiagnosticProp<EdgeInsetsGeometry>('contentPadding');
}