restartable skippable fun Icon( stable imageVector: ImageVector stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current ) restartable fun Icon( unstable bitmap: ImageBitmap stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current ) restartable fun Icon( unstable painter: Painter stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current ) restartable skippable fun IconButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable content: Function2 ) restartable skippable fun IconToggleButton( stable checked: Boolean stable onCheckedChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable content: Function2 ) restartable skippable 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 fun Text( stable text: String stable modifier: Modifier? = @static Companion stable color: Color = @dynamic Companion.Unspecified stable fontSize: TextUnit = @dynamic Companion.Unspecified unstable fontStyle: FontStyle? = @static null stable fontWeight: FontWeight? = @static null stable fontFamily: FontFamily? = @static null stable letterSpacing: TextUnit = @dynamic Companion.Unspecified stable textDecoration: TextDecoration? = @static null unstable textAlign: TextAlign? = @static null stable lineHeight: TextUnit = @dynamic Companion.Unspecified unstable overflow: TextOverflow = @dynamic Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE stable onTextLayout: Function1? = @dynamic { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable fun Text( stable text: AnnotatedString stable modifier: Modifier? = @static Companion stable color: Color = @dynamic Companion.Unspecified stable fontSize: TextUnit = @dynamic Companion.Unspecified unstable fontStyle: FontStyle? = @static null stable fontWeight: FontWeight? = @static null stable fontFamily: FontFamily? = @static null stable letterSpacing: TextUnit = @dynamic Companion.Unspecified stable textDecoration: TextDecoration? = @static null unstable textAlign: TextAlign? = @static null stable lineHeight: TextUnit = @dynamic Companion.Unspecified unstable overflow: TextOverflow = @dynamic Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE unstable inlineContent: Map? = @dynamic mapOf() stable onTextLayout: Function1? = @dynamic { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable fun ProvideTextStyle( stable value: TextStyle stable content: Function2 )