clearDisplayFeaturesTestValue method Null safety

void clearDisplayFeaturesTestValue()

Deletes any existing test padding and returns to using the real padding.

Implementation

void clearDisplayFeaturesTestValue() {
  _displayFeaturesTestValue = null;
  onMetricsChanged?.call();
}