top property

dynamic top

Implementation

/* double | NaN */ dynamic get top => js_util.getProperty(this, 'top');
void top=(dynamic newValue)

Implementation

set top(/* double | NaN */ dynamic newValue) {
  js_util.setProperty(this, 'top', newValue);
}