top property

String top

Implementation

_i2.String get top => _i4.getProperty(
      this,
      'top',
    );
void top=(String value)

Implementation

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