tabIconSize property
      
      double?
      get
      tabIconSize
      
    
    
    
Implementation
double? get tabIconSize {
  return tabIconSizeState?.fromController(this) ?? _tabIconSize;
}
      
      set
      tabIconSize
      (double? value) 
      
    
    
    
Implementation
set tabIconSize(double? value) => _tabIconSize = value;