int scrollHeight

Source

@DomName('Element.scrollHeight')
@DocsEditable()
int get scrollHeight =>
    _blink.BlinkElement.instance.scrollHeight_Getter_(this).round();