Scrollbar and Scroll Behavior
The default ScrollBehavior.dragDevices of PlutoGrid is as follows.(dragDevices is a setting that allows scrolling by dragging to the set pointer type.)
// In case of Mobile
{
PointerDeviceKind.touch,
PointerDeviceKind.stylus,
PointerDeviceKind....
pluto.weblaze.dev1 min read