clearConstraints method

void clearConstraints()

Clear all constraints

Removes all constraints from the column.

Implementation

void clearConstraints() {
  _constraints.clear();
}