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