scrollX 属性
此窗口水平滚动的距离。
其他资源
实现
int get scrollX => JS<bool>('bool', '("scrollX" in #)', this)
? JS<num>('num', '#.scrollX', this).round()
: document.documentElement!.scrollLeft;
此窗口水平滚动的距离。
int get scrollX => JS<bool>('bool', '("scrollX" in #)', this)
? JS<num>('num', '#.scrollX', this).round()
: document.documentElement!.scrollLeft;