canSwipeHorizontally property
bool
get
canSwipeHorizontally
Implementation
bool get canSwipeHorizontally =>
phase == OverlayPhase.cardMode &&
expandProgress < 0.2 &&
itemCount > 1;
bool get canSwipeHorizontally =>
phase == OverlayPhase.cardMode &&
expandProgress < 0.2 &&
itemCount > 1;