setTabIconTintState method

void setTabIconTintState(
  1. ValueState<Color>? value
)

Implementation

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