resetPhysicalSize method

void resetPhysicalSize()

Resets physicalSize (and implicitly also the physicalConstraints) to the default value for this view.

Implementation

void resetPhysicalSize() {
  _physicalSize = null;
  resetPhysicalConstraints();
}