CanScrollPage typedef
CanScrollPage =
bool Function(GestureDetails? gestureDetails)
Whether we can scroll page
Implementation
typedef CanScrollPage = bool Function(GestureDetails? gestureDetails);
Whether we can scroll page
typedef CanScrollPage = bool Function(GestureDetails? gestureDetails);