isControllPressing property

bool get isControllPressing

Implementation

bool get isControllPressing => _isControllPressing;
set isControllPressing (bool value)

Implementation

set isControllPressing(bool value) {
  _isControllPressing = value;
}