maySwipe property
bool
get
maySwipe
Implementation
bool get maySwipe =>
_atRefreshEdge &&
!bloc.state.isRefreshing &&
widget.refreshOnSwipe != null;
bool get maySwipe =>
_atRefreshEdge &&
!bloc.state.isRefreshing &&
widget.refreshOnSwipe != null;