setTabIconTintState method
Implementation
void setTabIconTintState(ValueState<Color>? value) {
onNotifyWithCallback(() => tabIconTintState = value);
}
void setTabIconTintState(ValueState<Color>? value) {
onNotifyWithCallback(() => tabIconTintState = value);
}