getPadding method

EdgeInsetsGeometry getPadding()

Returns the padding of the matched GridView via Widget.toDiagnosticsNode

Implementation

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