resetPhysicalConstraints method

void resetPhysicalConstraints()

Resets physicalConstraints to the default value for this view.

Implementation

void resetPhysicalConstraints() {
  _physicalConstraints = null;
  platformDispatcher.onMetricsChanged?.call();
}