scrollHeight property
int
get
scrollHeight
Root scroll height, equivalent to
document.documentElement.scrollHeight.
Implementation
int get scrollHeight => documentElement?.scrollHeight ?? 0;
Root scroll height, equivalent to
document.documentElement.scrollHeight.
int get scrollHeight => documentElement?.scrollHeight ?? 0;