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