Dart
dart:html
Element
offsetTop property
description
offsetTop property
int
offsetTop
Implementation
int
get
offsetTop => JS(
'num'
,
'#.offsetTop'
,
this
).round();