offsetHeight property

int offsetHeight

Implementation

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