bottomRight property

Spot get bottomRight

The specific point at the bottom-right corner of the bounding rectangle.

Implementation

static _i3.Spot get bottomRight => _i4.getProperty(
      _declaredSpot,
      'BottomRight',
    );
set bottomRight (Spot value)

Implementation

static set bottomRight(_i3.Spot value) {
  _i4.setProperty(
    _declaredSpot,
    'BottomRight',
    value,
  );
}