resetDisplayFeatures method

void resetDisplayFeatures()

Resets displayFeatures to the default values for this view.

Implementation

void resetDisplayFeatures() {
  _displayFeatures = null;
  platformDispatcher.onMetricsChanged?.call();
}