Dart
dart:html
DomRectReadOnly
top property
description
top property
num
top
override
The y-coordinate of the top edge.
Implementation
num
get
top => JS(
"num"
,
"#.top"
,
this
);