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