tabIconSize property

double? tabIconSize

Implementation

double? get tabIconSize {
  return tabIconSizeState?.fromController(this) ?? _tabIconSize;
}
void tabIconSize=(double? value)

Implementation

set tabIconSize(double? value) => _tabIconSize = value;