canSwipe static method

bool canSwipe(
  1. GetPageRoute route
)

Implementation

static bool canSwipe(GetPageRoute route) =>
    route.popGesture ?? Get.defaultPopGesture;