maySwipe property

bool get maySwipe

Implementation

bool get maySwipe {
  final s = bloc.state;
  return s.isAtTop && s.isScrollingUp && !s.isRefreshing && widget.refreshOnSwipe != null;
}