top property

num get top

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

Implementation

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

Implementation

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