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

description

int getoffsetHeight

Implementation

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