isSwipingLeft property

bool get isSwipingLeft

Implementation

bool get isSwipingLeft => _isSwipingLeft;
set isSwipingLeft (bool value)

Implementation

set isSwipingLeft(bool value) {
  _isSwipingLeft = value;
  notifyListeners();
}