getPadding method

EdgeInsetsGeometry getPadding()

Returns the padding of the matched IconButton via Widget.toDiagnosticsNode

Implementation

EdgeInsetsGeometry getPadding() {
  return getDiagnosticProp<EdgeInsetsGeometry>('padding');
}