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