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