restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Button( stable onClick: Function0 stable modifier: Modifier stable enabled: Boolean stable backgroundColor: Function3<@[ParameterName(name = 'enabled')] Boolean, Composer, Int, State> stable interactionSource: MutableInteractionSource stable shape: Shape stable border: Function3<@[ParameterName(name = 'enabled')] Boolean, Composer, Int, State?> stable buttonSize: Dp stable content: @[ExtensionFunctionType] Function3 ) restartable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Card( stable onClick: Function0 stable modifier: Modifier stable border: BorderStroke? unstable containerPainter: Painter stable enabled: Boolean stable contentPadding: PaddingValues stable shape: Shape stable interactionSource: MutableInteractionSource stable role: Role? stable content: @[ExtensionFunctionType] Function3 ) restartable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun AppCard( stable onClick: Function0 stable modifier: Modifier stable enabled: Boolean stable border: BorderStroke? stable contentPadding: PaddingValues unstable containerPainter: Painter stable interactionSource: MutableInteractionSource stable shape: Shape stable appImage: @[ExtensionFunctionType] Function3? stable appName: @[ExtensionFunctionType] Function3 stable time: @[ExtensionFunctionType] Function3? stable title: @[ExtensionFunctionType] Function3 stable content: @[ExtensionFunctionType] Function3 ) restartable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TitleCard( stable onClick: Function0 stable modifier: Modifier stable enabled: Boolean stable border: BorderStroke? stable contentPadding: PaddingValues unstable containerPainter: Painter stable interactionSource: MutableInteractionSource stable shape: Shape stable title: @[ExtensionFunctionType] Function3 stable time: @[ExtensionFunctionType] Function3? stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Chip( stable onClick: Function0 stable background: Function3<@[ParameterName(name = 'enabled')] Boolean, Composer, Int, State> stable border: Function3<@[ParameterName(name = 'enabled')] Boolean, Composer, Int, State?> stable modifier: Modifier stable enabled: Boolean stable contentPadding: PaddingValues stable shape: Shape stable interactionSource: MutableInteractionSource stable role: Role? stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Chip( stable label: @[ExtensionFunctionType] Function3 stable onClick: Function0 stable background: Function3<@[ParameterName(name = 'enabled')] Boolean, Composer, Int, State> stable modifier: Modifier stable secondaryLabel: @[ExtensionFunctionType] Function3? stable icon: @[ExtensionFunctionType] Function3? stable enabled: Boolean stable interactionSource: MutableInteractionSource stable contentPadding: PaddingValues stable shape: Shape stable border: Function3<@[ParameterName(name = 'enabled')] Boolean, Composer, Int, State?> stable defaultIconSpacing: Dp stable role: Role? ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun CompactChip( stable onClick: Function0 stable background: Function3<@[ParameterName(name = 'enabled')] Boolean, Composer, Int, State> stable modifier: Modifier stable label: @[ExtensionFunctionType] Function3? stable icon: @[ExtensionFunctionType] Function3? stable enabled: Boolean stable interactionSource: MutableInteractionSource stable contentPadding: PaddingValues stable shape: Shape stable border: Function3<@[ParameterName(name = 'enabled')] Boolean, Composer, Int, State?> stable defaultIconOnlyCompactChipWidth: Dp stable defaultCompactChipTapTargetPadding: PaddingValues stable defaultIconSpacing: Dp stable role: Role? ) restartable scheme("[androidx.compose.ui.UiComposable]") fun Icon( unstable painter: Painter stable contentDescription: String? stable modifier: Modifier stable tint: Color ) restartable scheme("[androidx.compose.ui.UiComposable]") fun Text( stable text: AnnotatedString stable modifier: Modifier stable color: Color stable fontSize: TextUnit stable fontStyle: FontStyle? stable fontWeight: FontWeight? stable fontFamily: FontFamily? stable letterSpacing: TextUnit stable textDecoration: TextDecoration? stable textAlign: TextAlign? stable lineHeight: TextUnit stable overflow: TextOverflow stable softWrap: Boolean stable maxLines: Int stable minLines: Int unstable inlineContent: Map stable onTextLayout: Function1 stable style: TextStyle )