setFormLineWidth method

void setFormLineWidth(
  1. double formLineWidth
)

Implementation

void setFormLineWidth(double formLineWidth) {
  _formLineWidth = formLineWidth;
}