setUnderlineHeightState method

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

Implementation

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