resetPhysicalGeometry method
Resets physicalGeometry to the default value for this view.
This will also reset physicalSize as the values are dependent on one another.
Implementation
void resetPhysicalGeometry() {
_physicalGeometry = null;
_physicalSize = null;
platformDispatcher.onMetricsChanged?.call();
}