scrollsToTop property
A Boolean value that controls whether the scroll-to-top gesture is enabled.
The scroll-to-top gesture is a tap on the status bar. When a user makes this gesture,
the system asks the scroll view closest to the status bar to scroll to the top.
The default value is true
.
Officially Supported Platforms/Implementations:
Implementation
bool? scrollsToTop;