bottom property

num get bottom

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

Implementation

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

Implementation

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