nullableSystemGestureInsets property

EdgeInsets? nullableSystemGestureInsets

Returns the system gesture insets for the nearest MediaQuery ancestor or null if no such ancestor exists.

Implementation

EdgeInsets? get nullableSystemGestureInsets =>
    MediaQuery.maybeSystemGestureInsetsOf(this);