resetPhysicalConstraints method
Resets physicalConstraints to the default value for this view.
Implementation
void resetPhysicalConstraints() {
_physicalConstraints = null;
platformDispatcher.onMetricsChanged?.call();
}
Resets physicalConstraints to the default value for this view.
void resetPhysicalConstraints() {
_physicalConstraints = null;
platformDispatcher.onMetricsChanged?.call();
}