offsetHeight property - Element class - dart:html library (original) (raw)
int getoffsetHeight
Implementation
int get offsetHeight => JS<num>('num', '#.offsetHeight', this).round();
int getoffsetHeight
int get offsetHeight => JS<num>('num', '#.offsetHeight', this).round();