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