clearPhysicalSizeTestValue method Null safety

void clearPhysicalSizeTestValue()

Deletes any existing test physical size and returns to using the real physical size.

Implementation

void clearPhysicalSizeTestValue() {
  _physicalSizeTestValue = null;
  onMetricsChanged?.call();
}