setFormSize method

void setFormSize(
  1. double formSize
)

Implementation

void setFormSize(double formSize) {
  _formSize = formSize;
}