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