systemGestureInsets property Null safety

WindowPadding systemGestureInsets
final

The view insets, as it intersects with ScreenConfiguration.systemGestureInsets for the screen it is on.

For instance, if the view doesn't overlap the ScreenConfiguration.systemGestureInsets area, systemGestureInsets will be WindowPadding.zero.

The number of physical pixels on each side of this screen rectangle into which the application can place a view, but where the operating system will consume input gestures for the sake of system navigation.

Implementation

final WindowPadding systemGestureInsets;