right property

num get right

Gets or sets the x-axis value of the right of the Rect. This is equal to the sum of the x value and the width.

Implementation

_i2.num get right => _i4.getProperty(
      this,
      'right',
    );
set right (num value)

Implementation

set right(_i2.num value) {
  _i4.setProperty(
    this,
    'right',
    value,
  );
}