restartable skippable fun Box( stable modifier: Modifier? = @static Companion stable contentAlignment: Alignment? = @static Companion.TopStart stable content: Function2 ) restartable skippable fun Button( stable text: String onClick: Action stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable style: TextStyle? = @static null ) restartable skippable fun Column( stable modifier: Modifier? = @static Companion stable verticalAlignment: Vertical = @static Companion.Top stable horizontalAlignment: Horizontal = @static Companion.Start stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun Row( stable modifier: Modifier? = @static Companion stable horizontalAlignment: Horizontal = @static Companion.Start stable verticalAlignment: Vertical = @static Companion.Top stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun Text( stable text: String stable modifier: Modifier? = @static Companion stable style: TextStyle? = @static null )