Companion

object Companion

Properties

Link copied to clipboard

Creates a flexible spacer for placement between visible input actions.

Functions

Link copied to clipboard
fun FlexibleSpace(hidesSharedBackground: Boolean = false, separatesSharedBackground: Boolean = false): InputAction

Creates a flexible spacer with explicit shared-background behavior.

Link copied to clipboard
fun flexibleSpace(hidesSharedBackground: Boolean = false, separatesSharedBackground: Boolean = false): InputAction

Kotlin-style lowercase alias for FlexibleSpace.