getMargin method

EdgeInsetsGeometry getMargin()

Returns the margin of the matched Container via Widget.toDiagnosticsNode

Implementation

EdgeInsetsGeometry getMargin() {
  return getDiagnosticProp<EdgeInsetsGeometry>('margin');
}