setBorderHorizontalState method

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

Implementation

void setBorderHorizontalState(ValueState<double>? value) {
  onNotifyWithCallback(() => borderHorizontalState = value);
}