clearSystemGestureInsetsTestValue method

  1. @Deprecated('Use WidgetTester.view.resetSystemGestureInsets() instead. ' 'Deprecated to prepare for the upcoming multi-window support. ' 'This feature was deprecated after v3.9.0-0.1.pre.')
void clearSystemGestureInsetsTestValue()

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

Implementation

@Deprecated(
  'Use WidgetTester.view.resetSystemGestureInsets() instead. '
  'Deprecated to prepare for the upcoming multi-window support. '
  'This feature was deprecated after v3.9.0-0.1.pre.'
)
void clearSystemGestureInsetsTestValue() {
  _view.resetSystemGestureInsets();
}