setBorderEndState method

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

Implementation

void setBorderEndState(ValueState<double>? value) {
  onNotifyWithCallback(() => borderEndState = value);
}