offsetWidth property - Element class - dart:html library (original) (raw)

description

int getoffsetWidth

Implementation

int get offsetWidth => JS<num>('num', '#.offsetWidth', this).round();