clearViewInsetsTestValue method Null safety

void clearViewInsetsTestValue()

Deletes any existing test view insets and returns to using the real view insets.

Implementation

void clearViewInsetsTestValue() {
  _viewInsetsTestValue = null;
  onMetricsChanged?.call();
}