top property
num
get
top
Implementation
num get top {
return $$context$$["top"];
}
set
top
(num value)
Implementation
set top(num value) {
$$context$$["top"] = value;
}