resetSystemGestureInsets method
Resets systemGestureInsets to the default value for this view.
Implementation
void resetSystemGestureInsets() {
_systemGestureInsets = null;
platformDispatcher.onMetricsChanged?.call();
}
Resets systemGestureInsets to the default value for this view.
void resetSystemGestureInsets() {
_systemGestureInsets = null;
platformDispatcher.onMetricsChanged?.call();
}