setLineWidth method

dynamic setLineWidth(
  1. int width
)

Implementation

setLineWidth(int width) {
  _lineWidth = width;
}