scrollHeight property - Element class - dart:html library (original) (raw)

description

int getscrollHeight

Implementation

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