setDragInBorderWidth method
Set Drag In Border Width
Implementation
void setDragInBorderWidth(double value) {
if (_dragInBorderWidth != value) {
_dragInBorderWidth = value;
_state?.refresh();
}
}
Set Drag In Border Width
void setDragInBorderWidth(double value) {
if (_dragInBorderWidth != value) {
_dragInBorderWidth = value;
_state?.refresh();
}
}