icon property
      
      ScanditIcon?
      get
      icon
      
    
    
    
Implementation
ScanditIcon? get icon => _icon;
      
      set
      icon
      (ScanditIcon? newValue) 
      
    
    
    
Implementation
set icon(ScanditIcon? newValue) {
  _icon = newValue;
  notifyListeners();
}