isRightIconTappable property

bool get isRightIconTappable

Implementation

bool get isRightIconTappable => _isRightIconTappable;
set isRightIconTappable (bool newValue)

Implementation

set isRightIconTappable(bool newValue) {
  _isRightIconTappable = newValue;
  notifyListeners();
}