restartable skippable fun Button( stable text: String onClick: Action stable modifier: GlanceModifier? = @static Companion stable enabled: Boolean = @static true stable style: TextStyle? = @static null stable maxLines: Int = @static Companion.MAX_VALUE ) inline fun currentState() inline fun currentState( unstable key: Key ): T? inline scheme("[androidx.glance.GlanceComposable]") fun GlanceNode( stable factory: Function0 stable update: @[DisallowComposableCalls] @[ExtensionFunctionType] Function1, Unit> ) inline scheme("[androidx.glance.GlanceComposable, [androidx.glance.GlanceComposable]]") fun GlanceNode( stable factory: Function0 stable update: @[DisallowComposableCalls] @[ExtensionFunctionType] Function1, Unit> stable content: @[GlanceComposable] Function2 ) restartable skippable fun Image( provider: ImageProvider stable contentDescription: String? stable modifier: GlanceModifier? = @static Companion stable contentScale: ContentScale = @static Companion.Fit ) restartable skippable scheme("[0, [0]]") fun Box( stable modifier: GlanceModifier? = @static Companion stable contentAlignment: Alignment? = @static Companion.TopStart stable content: Function2 ) restartable skippable scheme("[0, [0]]") fun Column( stable modifier: GlanceModifier? = @static Companion stable verticalAlignment: Vertical = @static Companion.Top stable horizontalAlignment: Horizontal = @static Companion.Start stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[0, [0]]") fun Row( stable modifier: GlanceModifier? = @static Companion stable horizontalAlignment: Horizontal = @static Companion.Start stable verticalAlignment: Vertical = @static Companion.Top stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun Spacer( stable modifier: GlanceModifier? = @static Companion ) restartable skippable fun Text( stable text: String stable modifier: GlanceModifier? = @static Companion stable style: TextStyle? = @static null stable maxLines: Int = @static Companion.MAX_VALUE )