padding property

Object get padding

Gets or sets the padding around the members of the Group or around the Adornment#adornedObject GraphObject. The initial value is a Margin of zero on all sides.

Implementation

_i2.Object get padding => _i4.getProperty(
      this,
      'padding',
    );
set padding (Object value)

Implementation

set padding(_i2.Object value) {
  _i4.setProperty(
    this,
    'padding',
    value,
  );
}