right property

num get right

Gets or sets the right value of this margin. Default is 0.

Implementation

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

Implementation

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