resetSystemGestureInsets method

void resetSystemGestureInsets()

Resets systemGestureInsets to the default value for this view.

Implementation

void resetSystemGestureInsets() {
  _systemGestureInsets = null;
  platformDispatcher.onMetricsChanged?.call();
}