setStrokeWidth method
Sets the width of the next line
Implementation
void setStrokeWidth(double strokeWidth) {
temporaryValue = value.copyWith(
selectedWidth: strokeWidth,
);
}
Sets the width of the next line
void setStrokeWidth(double strokeWidth) {
temporaryValue = value.copyWith(
selectedWidth: strokeWidth,
);
}