canSwipe static method

bool canSwipe(
  1. FlowerPageRoute route
)

Implementation

static bool canSwipe(FlowerPageRoute route) =>
    route.popGesture ?? Flower.defaultPopGesture;