reset method

void reset()

Resets all test values to the defaults for this view.

See also:

Implementation

void reset() {
  resetDevicePixelRatio();
  resetDisplayFeatures();
  resetPadding();
  resetPhysicalSize();
  // resetPhysicalConstraints is implicitly called by resetPhysicalSize.
  resetSystemGestureInsets();
  resetViewInsets();
  resetViewPadding();
  resetGestureSettings();
}