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