scrollHeight property

int get scrollHeight

Root scroll height, equivalent to document.documentElement.scrollHeight.

Implementation

int get scrollHeight => documentElement?.scrollHeight ?? 0;