offsetHeight property

int offsetHeight

Implementation

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