spot property

This value for #type arranges GraphObjects about a main element using the GraphObject#alignment and GraphObject#alignmentFocus properties; 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 spot => _i4.getProperty(
      _declaredPanel,
      'Spot',
    );
void spot=(PanelLayout value)

Implementation

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