scrollHeight property

int get scrollHeight

Implementation

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