resetPhysicalSize method
Resets physicalSize (and implicitly also the physicalConstraints) to the default value for this view.
Implementation
void resetPhysicalSize() {
_physicalSize = null;
resetPhysicalConstraints();
}
Resets physicalSize (and implicitly also the physicalConstraints) to the default value for this view.
void resetPhysicalSize() {
_physicalSize = null;
resetPhysicalConstraints();
}