scrollHeight 属性

int scrollHeight

实现

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