addSystemGestureExclusionZone

inline fun Style.addSystemGestureExclusionZone(noinline exclusion: (bounds: Rect) -> Rect): Style

Excludes a rectangle within the local bounds from the system gesture. After layout, []exclusion] is called to determine the Rect to exclude from the system gesture area.

The bounds of the content's location in the layout is passed as passed as exclusion's parameter.