auto property

This value for #type resizes the main element to fit around the other elements; the main element is the first GraphObject with GraphObject#isPanelMain set to true, or else the first GraphObject if none have that property set to true.

Implementation

static _i3.PanelLayout get auto => _i4.getProperty(
      _declaredPanel,
      'Auto',
    );
void auto=(PanelLayout value)

Implementation

static set auto(_i3.PanelLayout value) {
  _i4.setProperty(
    _declaredPanel,
    'Auto',
    value,
  );
}