setTabIconSizeState method

void setTabIconSizeState(
  1. ValueState<double>? value
)

Implementation

void setTabIconSizeState(ValueState<double>? value) {
  onNotifyWithCallback(() => tabIconSizeState = value);
}