isSwipeInProgress property
bool
get
isSwipeInProgress
Implementation
bool get isSwipeInProgress => _isSwipeInProgress;
set
isSwipeInProgress
(bool value)
Implementation
set isSwipeInProgress(bool value) {
_isSwipeInProgress = value;
notifyListeners();
}