location property

EnumValue location

Position the part's Part#location at a grid point; This value is used for GridLayout#alignment.

Implementation

static _i3.EnumValue get location => _i4.getProperty(
      _declaredGridLayout,
      'Location',
    );
void location=(EnumValue value)

Implementation

static set location(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredGridLayout,
    'Location',
    value,
  );
}