tabIconTintState property
ValueState<Color> ?
get
tabIconTintState
Implementation
ValueState<Color>? get tabIconTintState {
return _tabIconTintState ?? tabContentColorState;
}
set
tabIconTintState
(ValueState<Color> ? value)
Implementation
set tabIconTintState(ValueState<Color>? value) => _tabIconTintState = value;