setBorderStartState method

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

Implementation

void setBorderStartState(ValueState<double>? value) {
  onNotifyWithCallback(() => borderStartState = value);
}