offsetHeight属性

int offsetHeight

实现

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