← Back to Foundation
excludeFromSystemGesture
Modifier
in
Foundation
. Since 1.2.0Overview
Examples
Community Notes
Excludes the layout rectangle from the system gesture.
@see View.setSystemGestureExclusionRects
Overloads
excludeFromSystemGesture
@Deprecated("Use systemGestureExclusion", replaceWith = ReplaceWith("systemGestureExclusion"))
fun Modifier.excludeFromSystemGesture()
excludeFromSystemGesture
@Deprecated("Use systemGestureExclusion", replaceWith = ReplaceWith("systemGestureExclusion"))
fun Modifier.excludeFromSystemGesture(exclusion: (LayoutCoordinates) -> Rect)
Next ComponentBaseTextField →