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