scrollHeight property

int scrollHeight
@DocsEditable(), @DomName('Element.scrollHeight')

Implementation

@DomName('Element.scrollHeight')
@DocsEditable()
int get scrollHeight => JS('num', '#.scrollHeight', this).round();