readonly fun contentColorFor( stable backgroundColor: Color ): Color fun ( stable : ContentAlpha ): Float fun ( stable : ContentAlpha ): Float fun ( stable : ContentAlpha ): Float fun contentAlpha( stable highContrastAlpha: Float stable lowContrastAlpha: Float unused stable : ContentAlpha ): Float restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Icon( stable imageVector: ImageVector stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current.copy( alpha = LocalContentAlpha . current ) ) restartable scheme("[androidx.compose.ui.UiComposable]") fun Icon( unstable bitmap: ImageBitmap stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current.copy( alpha = LocalContentAlpha . current ) ) restartable scheme("[androidx.compose.ui.UiComposable]") fun Icon( unstable painter: Painter stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current.copy( alpha = LocalContentAlpha . current ) ) fun rememberTextSelectionColors( stable colorScheme: ColorScheme ): TextSelectionColors restartable skippable scheme("[0, [0]]") fun MaterialTheme( stable colorScheme: ColorScheme? = @dynamic MaterialTheme.colorScheme stable typography: Typography? = @dynamic MaterialTheme.typography stable shapes: Shapes? = @dynamic MaterialTheme.shapes stable content: Function2 ) readonly fun ( unused stable : MaterialTheme ): ColorScheme readonly fun ( unused stable : MaterialTheme ): Typography readonly fun ( unused stable : MaterialTheme ): Shapes fun defaultColor( unused stable : MaterialRippleTheme ): Color fun rippleAlpha( unused stable : MaterialRippleTheme ): RippleAlpha restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Text( stable text: String stable modifier: Modifier? = @static Companion stable color: Color = @static Companion.Unspecified stable fontSize: TextUnit = @static Companion.Unspecified stable fontStyle: FontStyle? = @static null stable fontWeight: FontWeight? = @static null stable fontFamily: FontFamily? = @static null stable letterSpacing: TextUnit = @static Companion.Unspecified stable textDecoration: TextDecoration? = @static null stable textAlign: TextAlign? = @static null stable lineHeight: TextUnit = @static Companion.Unspecified stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE stable minLines: Int = @static 1 stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Text( stable text: AnnotatedString stable modifier: Modifier? = @static Companion stable color: Color = @static Companion.Unspecified stable fontSize: TextUnit = @static Companion.Unspecified stable fontStyle: FontStyle? = @static null stable fontWeight: FontWeight? = @static null stable fontFamily: FontFamily? = @static null stable letterSpacing: TextUnit = @static Companion.Unspecified stable textDecoration: TextDecoration? = @static null stable textAlign: TextAlign? = @static null stable lineHeight: TextUnit = @static Companion.Unspecified stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE stable minLines: Int = @static 1 unstable inlineContent: Map? = @static mapOf() stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable scheme("[0, [0]]") fun ProvideTextStyle( stable value: TextStyle stable content: Function2 )