scrollOffsetRatio property
Used to adjust the scroll granularity. Specifically, on Flutter Web there is some page loading jank that this attempts to smooth out.
Implementation
final double scrollOffsetRatio;
Used to adjust the scroll granularity. Specifically, on Flutter Web there is some page loading jank that this attempts to smooth out.
final double scrollOffsetRatio;