scrollHeight property

int scrollHeight

Implementation

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