rightIcon property

ScanditIcon? get rightIcon

Implementation

ScanditIcon? get rightIcon => _rightIcon;
set rightIcon (ScanditIcon? newValue)

Implementation

set rightIcon(ScanditIcon? newValue) {
  _rightIcon = newValue;
  notifyListeners();
}