top property
dynamic
get
top
Implementation
/* double | NaN */ dynamic get top => js_util.getProperty(this, 'top');
set
top
(dynamic newValue)
Implementation
set top(/* double | NaN */ dynamic newValue) {
js_util.setProperty(this, 'top', newValue);
}