systemGestureInsets property

EdgeInsets systemGestureInsets

Returns the system gesture insets for the nearest MediaQuery ancestor or throws an exception if no such ancestor exists.

Implementation

EdgeInsets get systemGestureInsets => MediaQuery.systemGestureInsetsOf(this);