restartable skippable fun AlertDialog( stable onDismissRequest: Function0 stable confirmButton: Function2 stable modifier: Modifier? = @static Companion stable dismissButton: Function2? = @static null stable icon: Function2? = @static null stable title: Function2? = @static null stable text: Function2? = @static null stable shape: Shape? = @static DialogTokens.ContainerShape stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(DialogTokens.ContainerColor) stable tonalElevation: Dp = @static DialogTokens.ContainerElevation stable iconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(DialogTokens.IconColor) stable titleContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(DialogTokens.SubheadColor) stable textContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(DialogTokens.SupportingTextColor) stable properties: DialogProperties? = @dynamic DialogProperties() ) fun getString( stable string: Strings ): String restartable skippable fun AlertDialogContent( stable buttons: Function2 stable modifier: Modifier? = @static Companion stable icon: Function2? stable title: Function2? stable text: Function2? stable shape: Shape stable containerColor: Color stable tonalElevation: Dp stable buttonContentColor: Color stable iconContentColor: Color stable titleContentColor: Color stable textContentColor: Color ) restartable skippable fun AlertDialogFlowRow( stable mainAxisSpacing: Dp stable crossAxisSpacing: Dp stable content: Function2 ) restartable skippable fun SmallTopAppBar( stable title: Function2 stable modifier: Modifier? = @static Companion stable navigationIcon: Function2? = @static ComposableSingletons$AppBarKt.lambda-1 stable actions: @[ExtensionFunctionType] Function3? = @static ComposableSingletons$AppBarKt.lambda-2 stable colors: TopAppBarColors? = @dynamic TopAppBarDefaults.smallTopAppBarColors((0L), (0L), (0L), (0L), (0L), $composer, 0b00110000000000000000, 0b00011111) stable scrollBehavior: TopAppBarScrollBehavior? = @static null ) restartable skippable fun CenterAlignedTopAppBar( stable title: Function2 stable modifier: Modifier? = @static Companion stable navigationIcon: Function2? = @static ComposableSingletons$AppBarKt.lambda-3 stable actions: @[ExtensionFunctionType] Function3? = @static ComposableSingletons$AppBarKt.lambda-4 stable colors: TopAppBarColors? = @dynamic TopAppBarDefaults.centerAlignedTopAppBarColors((0L), (0L), (0L), (0L), (0L), $composer, 0b00110000000000000000, 0b00011111) stable scrollBehavior: TopAppBarScrollBehavior? = @static null ) restartable skippable fun MediumTopAppBar( stable title: Function2 stable modifier: Modifier? = @static Companion stable navigationIcon: Function2? = @static ComposableSingletons$AppBarKt.lambda-5 stable actions: @[ExtensionFunctionType] Function3? = @static ComposableSingletons$AppBarKt.lambda-6 stable colors: TopAppBarColors? = @dynamic TopAppBarDefaults.mediumTopAppBarColors((0L), (0L), (0L), (0L), (0L), $composer, 0b00110000000000000000, 0b00011111) stable scrollBehavior: TopAppBarScrollBehavior? = @static null ) restartable skippable fun LargeTopAppBar( stable title: Function2 stable modifier: Modifier? = @static Companion stable navigationIcon: Function2? = @static ComposableSingletons$AppBarKt.lambda-7 stable actions: @[ExtensionFunctionType] Function3? = @static ComposableSingletons$AppBarKt.lambda-8 stable colors: TopAppBarColors? = @dynamic TopAppBarDefaults.largeTopAppBarColors((0L), (0L), (0L), (0L), (0L), $composer, 0b00110000000000000000, 0b00011111) stable scrollBehavior: TopAppBarScrollBehavior? = @static null ) fun smallTopAppBarColors( stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarSmallTokens.ContainerColor) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmallTokens.OnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarSmallTokens.LeadingIconColor) stable titleContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarSmallTokens.HeadlineColor) stable actionIconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarSmallTokens.TrailingIconColor) unused stable : TopAppBarDefaults ): TopAppBarColors fun centerAlignedTopAppBarColors( stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarSmallCenteredTokens.ContainerColor) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmallTokens.OnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarSmallCenteredTokens.LeadingIconColor) stable titleContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarSmallCenteredTokens.HeadlineColor) stable actionIconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarSmallCenteredTokens.TrailingIconColor) unused stable : TopAppBarDefaults ): TopAppBarColors fun mediumTopAppBarColors( stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarMediumTokens.ContainerColor) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmallTokens.OnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarMediumTokens.LeadingIconColor) stable titleContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarMediumTokens.HeadlineColor) stable actionIconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarMediumTokens.TrailingIconColor) unused stable : TopAppBarDefaults ): TopAppBarColors fun largeTopAppBarColors( stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarLargeTokens.ContainerColor) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmallTokens.OnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarLargeTokens.LeadingIconColor) stable titleContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarLargeTokens.HeadlineColor) stable actionIconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarLargeTokens.TrailingIconColor) unused stable : TopAppBarDefaults ): TopAppBarColors restartable skippable fun SingleRowTopAppBar( stable modifier: Modifier? = @static Companion stable title: Function2 stable titleTextStyle: TextStyle stable centeredTitle: Boolean stable navigationIcon: Function2 stable actions: @[ExtensionFunctionType] Function3 stable colors: TopAppBarColors stable scrollBehavior: TopAppBarScrollBehavior? ) restartable skippable fun TwoRowsTopAppBar( stable modifier: Modifier? = @static Companion stable title: Function2 stable titleTextStyle: TextStyle stable titleBottomPadding: Dp stable smallTitle: Function2 stable smallTitleTextStyle: TextStyle stable navigationIcon: Function2 stable actions: @[ExtensionFunctionType] Function3 stable colors: TopAppBarColors stable maxHeight: Dp stable pinnedHeight: Dp stable scrollBehavior: TopAppBarScrollBehavior? ) restartable skippable fun TopAppBarLayout( stable heightPx: Float stable navigationIconContentColor: Color stable titleContentColor: Color stable actionIconContentColor: Color stable title: Function2 stable titleTextStyle: TextStyle stable modifier: Modifier? = @static Companion stable titleAlpha: Float = @static 1.0f stable titleVerticalArrangement: Vertical? = @static Arrangement.Center stable titleHorizontalArrangement: Horizontal? = @static Arrangement.Start stable titleBottomPadding: Int = @static 0 stable navigationIcon: Function2? = @static ComposableSingletons$AppBarKt.lambda-9 stable actions: Function2? = @static ComposableSingletons$AppBarKt.lambda-10 ) fun containerColor( stable scrollFraction: Float stable : AnimatingTopAppBarColors ): State fun navigationIconContentColor( unused stable scrollFraction: Float stable : AnimatingTopAppBarColors ): State fun titleContentColor( unused stable scrollFraction: Float stable : AnimatingTopAppBarColors ): State fun actionIconContentColor( unused stable scrollFraction: Float stable : AnimatingTopAppBarColors ): State fun containerColor( stable scrollFraction: Float stable : InterpolatingTopAppBarColors ): State fun navigationIconContentColor( unused stable scrollFraction: Float stable : InterpolatingTopAppBarColors ): State fun titleContentColor( unused stable scrollFraction: Float stable : InterpolatingTopAppBarColors ): State fun actionIconContentColor( unused stable scrollFraction: Float stable : InterpolatingTopAppBarColors ): State restartable skippable fun BadgedBox( stable badge: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun Badge( stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(BadgeTokens.Color) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b0011) stable content: @[ExtensionFunctionType] Function3? = @static null ) restartable skippable fun Button( 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 elevation: ButtonElevation? = @dynamic ButtonDefaults.buttonElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b00110000000000000000, 0b00011111) stable shape: Shape? = @static FilledButtonTokens.ContainerShape stable border: BorderStroke? = @static null stable colors: ButtonColors? = @dynamic ButtonDefaults.buttonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable contentPadding: PaddingValues? = @static ButtonDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun ElevatedButton( 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 elevation: ButtonElevation? = @dynamic ButtonDefaults.elevatedButtonElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b00110000000000000000, 0b00011111) stable shape: Shape? = @static ElevatedButtonTokens.ContainerShape stable border: BorderStroke? = @static null stable colors: ButtonColors? = @dynamic ButtonDefaults.elevatedButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable contentPadding: PaddingValues? = @static ButtonDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun FilledTonalButton( 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 elevation: ButtonElevation? = @dynamic ButtonDefaults.filledTonalButtonElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b00110000000000000000, 0b00011111) stable shape: Shape? = @static FilledButtonTonalTokens.ContainerShape stable border: BorderStroke? = @static null stable colors: ButtonColors? = @dynamic ButtonDefaults.filledTonalButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable contentPadding: PaddingValues? = @static ButtonDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun OutlinedButton( 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 elevation: ButtonElevation? = @static null stable shape: Shape? = @static OutlinedButtonTokens.ContainerShape stable border: BorderStroke? = @dynamic ButtonDefaults.outlinedButtonBorder stable colors: ButtonColors? = @dynamic ButtonDefaults.outlinedButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable contentPadding: PaddingValues? = @static ButtonDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun TextButton( 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 elevation: ButtonElevation? = @static null stable shape: Shape? = @static TextButtonTokens.ContainerShape stable border: BorderStroke? = @static null stable colors: ButtonColors? = @dynamic ButtonDefaults.textButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable contentPadding: PaddingValues? = @static ButtonDefaults.TextButtonContentPadding stable content: @[ExtensionFunctionType] Function3 ) fun buttonColors( stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FilledButtonTokens.ContainerColor) stable contentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FilledButtonTokens.LabelTextColor) stable disabledContainerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FilledButtonTokens.DisabledContainerColor).copy( alpha = FilledButtonTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FilledButtonTokens.DisabledLabelTextColor).copy( alpha = FilledButtonTokens . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun elevatedButtonColors( stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(ElevatedButtonTokens.ContainerColor) stable contentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(ElevatedButtonTokens.LabelTextColor) stable disabledContainerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(ElevatedButtonTokens.DisabledContainerColor).copy( alpha = ElevatedButtonTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(ElevatedButtonTokens.DisabledLabelTextColor).copy( alpha = ElevatedButtonTokens . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun filledTonalButtonColors( stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FilledButtonTonalTokens.ContainerColor) stable contentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FilledButtonTonalTokens.LabelTextColor) stable disabledContainerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FilledButtonTonalTokens.DisabledContainerColor).copy( alpha = FilledButtonTonalTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FilledButtonTonalTokens.DisabledLabelTextColor).copy( alpha = FilledButtonTonalTokens . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun outlinedButtonColors( stable containerColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(OutlinedButtonTokens.LabelTextColor) stable disabledContainerColor: Color = @static Companion.Transparent stable disabledContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(OutlinedButtonTokens.DisabledLabelTextColor).copy( alpha = OutlinedButtonTokens . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun textButtonColors( stable containerColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TextButtonTokens.LabelTextColor) stable disabledContainerColor: Color = @static Companion.Transparent stable disabledContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TextButtonTokens.DisabledLabelTextColor).copy( alpha = TextButtonTokens . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun buttonElevation( stable defaultElevation: Dp = @static FilledButtonTokens.ContainerElevation stable pressedElevation: Dp = @static FilledButtonTokens.PressedContainerElevation stable focusedElevation: Dp = @static FilledButtonTokens.FocusContainerElevation stable hoveredElevation: Dp = @static FilledButtonTokens.HoverContainerElevation stable disabledElevation: Dp = @static FilledButtonTokens.DisabledContainerElevation unused stable : ButtonDefaults ): ButtonElevation fun elevatedButtonElevation( stable defaultElevation: Dp = @static ElevatedButtonTokens.ContainerElevation stable pressedElevation: Dp = @static ElevatedButtonTokens.PressedContainerElevation stable focusedElevation: Dp = @static ElevatedButtonTokens.FocusContainerElevation stable hoveredElevation: Dp = @static ElevatedButtonTokens.HoverContainerElevation stable disabledElevation: Dp = @static ElevatedButtonTokens.DisabledContainerElevation unused stable : ButtonDefaults ): ButtonElevation fun filledTonalButtonElevation( stable defaultElevation: Dp = @static FilledButtonTonalTokens.ContainerElevation stable pressedElevation: Dp = @static FilledButtonTonalTokens.PressedContainerElevation stable focusedElevation: Dp = @static FilledButtonTonalTokens.FocusContainerElevation stable hoveredElevation: Dp = @static FilledButtonTonalTokens.HoverContainerElevation stable disabledElevation: Dp = @static 0.dp unused stable : ButtonDefaults ): ButtonElevation fun ( unused stable : ButtonDefaults ): BorderStroke fun tonalElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : DefaultButtonElevation ): State fun shadowElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : DefaultButtonElevation ): State fun animateElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : DefaultButtonElevation ): State fun containerColor( stable enabled: Boolean stable : DefaultButtonColors ): State fun contentColor( stable enabled: Boolean stable : DefaultButtonColors ): State restartable skippable fun Checkbox( 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 colors: CheckboxColors? = @dynamic CheckboxDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) ) restartable skippable fun TriStateCheckbox( stable state: ToggleableState 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 colors: CheckboxColors? = @dynamic CheckboxDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) ) fun colors( stable checkedColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(CheckboxTokens.SelectedIconColor) stable uncheckedColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(CheckboxTokens.UnselectedIconColor) stable checkmarkColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(ColorSchemeKeyTokens.Surface) stable disabledCheckedColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(CheckboxTokens.DisabledSelectedIconColor).copy( alpha = CheckboxTokens . DisabledSelectedIconOpacity ) stable disabledUncheckedColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(CheckboxTokens.DisabledUnselectedIconColor).copy( alpha = CheckboxTokens . DisabledUnselectedIconOpacity ) stable disabledIndeterminateColor: Color = @dynamic disabledCheckedColor unused stable : CheckboxDefaults ): CheckboxColors restartable skippable fun CheckboxImpl( stable enabled: Boolean stable value: ToggleableState stable modifier: Modifier stable colors: CheckboxColors ) fun checkmarkColor( stable state: ToggleableState stable : DefaultCheckboxColors ): State fun boxColor( stable enabled: Boolean stable state: ToggleableState stable : DefaultCheckboxColors ): State fun borderColor( stable enabled: Boolean stable state: ToggleableState stable : DefaultCheckboxColors ): State readonly fun contentColorFor( stable backgroundColor: Color ): Color restartable skippable fun Divider( stable modifier: Modifier? = @static Companion stable color: Color = @dynamic MaterialTheme.colorScheme.surfaceVariant stable thickness: Dp = @static 1.dp stable startIndent: Dp = @static 0.dp ) restartable skippable fun FloatingActionButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable shape: Shape? = @static FabPrimaryTokens.ContainerShape stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FabPrimaryTokens.ContainerColor) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1100) stable elevation: FloatingActionButtonElevation? = @dynamic FloatingActionButtonDefaults.elevation((0.0f), (0.0f), $composer, 0b000110000000, 0b0011) stable content: Function2 ) restartable skippable fun SmallFloatingActionButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable shape: Shape? = @static FabPrimarySmallTokens.ContainerShape stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FabPrimaryTokens.ContainerColor) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1100) stable elevation: FloatingActionButtonElevation? = @dynamic FloatingActionButtonDefaults.elevation((0.0f), (0.0f), $composer, 0b000110000000, 0b0011) stable content: Function2 ) restartable skippable fun LargeFloatingActionButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable shape: Shape? = @static FabPrimaryLargeTokens.ContainerShape stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FabPrimaryLargeTokens.ContainerColor) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1100) stable elevation: FloatingActionButtonElevation? = @dynamic FloatingActionButtonDefaults.elevation((0.0f), (0.0f), $composer, 0b000110000000, 0b0011) stable content: Function2 ) restartable skippable fun ExtendedFloatingActionButton( stable text: Function2 stable onClick: Function0 stable modifier: Modifier? = @static Companion stable icon: Function2? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable shape: Shape? = @static ExtendedFabPrimaryTokens.ContainerShape stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(ExtendedFabPrimaryTokens.ContainerColor) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b00010010) stable elevation: FloatingActionButtonElevation? = @dynamic FloatingActionButtonDefaults.elevation((0.0f), (0.0f), $composer, 0b000110000000, 0b0011) ) fun elevation( stable defaultElevation: Dp = @static FabPrimaryTokens.ContainerElevation stable hoveredElevation: Dp = @static FabPrimaryTokens.HoverContainerElevation unused stable : FloatingActionButtonDefaults ): FloatingActionButtonElevation fun loweredElevation( stable defaultElevation: Dp = @static FabPrimaryTokens.LoweredContainerElevation stable hoveredElevation: Dp = @static FabPrimaryTokens.LoweredHoverContainerElevation unused stable : FloatingActionButtonDefaults ): FloatingActionButtonElevation fun shadowElevation( stable interactionSource: InteractionSource stable : DefaultFloatingActionButtonElevation ): State fun tonalElevation( stable interactionSource: InteractionSource stable : DefaultFloatingActionButtonElevation ): State fun animateElevation( stable interactionSource: InteractionSource stable : DefaultFloatingActionButtonElevation ): State 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 content: Function2 ) readonly fun ( unused stable : MaterialTheme ): ColorScheme readonly fun ( unused stable : MaterialTheme ): Typography fun defaultColor( unused stable : MaterialRippleTheme ): Color fun rippleAlpha( unused stable : MaterialRippleTheme ): RippleAlpha restartable skippable fun NavigationBar( stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationBarTokens.ContainerColor) stable contentColor: Color = @dynamic MaterialTheme.colorScheme.contentColorFor(containerColor) stable tonalElevation: Dp = @static NavigationBarTokens.ContainerElevation stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun NavigationBarItem( stable : RowScope stable selected: Boolean stable onClick: Function0 stable icon: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable label: Function2? = @static null stable alwaysShowLabel: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable colors: NavigationBarItemColors? = @dynamic NavigationBarItemDefaults.colors((0L), (0L), (0L), (0L), (0L), $composer, 0b00110000000000000000, 0b00011111) ) fun colors( stable selectedIconColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationBarTokens.ActiveIconColor) stable unselectedIconColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationBarTokens.InactiveIconColor) stable selectedTextColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationBarTokens.ActiveLabelTextColor) stable unselectedTextColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationBarTokens.InactiveLabelTextColor) stable indicatorColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationBarTokens.ActiveIndicatorColor) unused stable : NavigationBarItemDefaults ): NavigationBarItemColors fun iconColor( stable selected: Boolean stable : DefaultNavigationBarItemColors ): State fun textColor( stable selected: Boolean stable : DefaultNavigationBarItemColors ): State fun ( stable : DefaultNavigationBarItemColors ): Color restartable skippable fun NavigationBarItemBaselineLayout( stable indicator: Function2 stable icon: Function2 stable label: Function2? stable alwaysShowLabel: Boolean stable animationProgress: Float ) fun rememberDrawerState( stable initialValue: DrawerValue stable confirmStateChange: Function1? = @dynamic { it: DrawerValue -> true } ): DrawerState restartable skippable fun NavigationDrawer( stable drawerContent: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable drawerState: DrawerState? = @dynamic rememberDrawerState(DrawerValue.Closed, null, $composer, 0b0110, 0b0010) stable gesturesEnabled: Boolean = @static true stable drawerShape: Shape? = @dynamic RoundedCornerShape(0.dp, 16.dp, 16.dp, 0.dp) stable drawerTonalElevation: Dp = @static DrawerDefaults.Elevation stable drawerContainerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationDrawerTokens.ContainerColor) stable drawerContentColor: Color = @dynamic contentColorFor(drawerContainerColor, $composer, 0b1110 and $dirty shr 0b00010010) stable scrimColor: Color = @dynamic DrawerDefaults.scrimColor stable content: Function2 ) fun ( unused stable : DrawerDefaults ): Color restartable skippable fun Scrim( stable open: Boolean stable onClose: Function0 stable fraction: Function0 stable color: Color ) restartable skippable fun NavigationRail( stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationRailTokens.ContainerColor) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b0011) stable header: @[ExtensionFunctionType] Function3? = @static null stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun NavigationRailItem( stable selected: Boolean stable onClick: Function0 stable icon: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable label: Function2? = @static null stable alwaysShowLabel: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable colors: NavigationRailItemColors? = @dynamic NavigationRailItemDefaults.colors((0L), (0L), (0L), (0L), (0L), $composer, 0b00110000000000000000, 0b00011111) ) fun colors( stable selectedIconColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationRailTokens.ActiveIconColor) stable unselectedIconColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationRailTokens.InactiveIconColor) stable selectedTextColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationRailTokens.ActiveLabelTextColor) stable unselectedTextColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationRailTokens.InactiveLabelTextColor) stable indicatorColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationRailTokens.ActiveIndicatorColor) unused stable : NavigationRailItemDefaults ): NavigationRailItemColors fun iconColor( stable selected: Boolean stable : DefaultNavigationRailItemColors ): State fun textColor( stable selected: Boolean stable : DefaultNavigationRailItemColors ): State fun ( stable : DefaultNavigationRailItemColors ): Color restartable skippable fun NavigationRailItemBaselineLayout( stable indicator: Function2 stable icon: Function2 stable label: Function2? stable alwaysShowLabel: Boolean stable animationProgress: Float ) restartable skippable fun LinearProgressIndicator( stable progress: Float stable modifier: Modifier? = @static Companion stable color: Color = @dynamic MaterialTheme.colorScheme.fromToken(LinearProgressIndicatorTokens.ActiveIndicatorColor) stable trackColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(LinearProgressIndicatorTokens.TrackColor) ) restartable skippable fun LinearProgressIndicator( stable modifier: Modifier? = @static Companion stable color: Color = @dynamic MaterialTheme.colorScheme.fromToken(LinearProgressIndicatorTokens.ActiveIndicatorColor) stable trackColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(LinearProgressIndicatorTokens.TrackColor) ) restartable skippable fun CircularProgressIndicator( stable progress: Float stable modifier: Modifier? = @static Companion stable color: Color = @dynamic MaterialTheme.colorScheme.fromToken(CircularProgressIndicatorTokens.ActiveIndicatorColor) stable strokeWidth: Dp = @static CircularProgressIndicatorTokens.ActiveIndicatorWidth ) restartable skippable fun CircularProgressIndicator( stable modifier: Modifier? = @static Companion stable color: Color = @dynamic MaterialTheme.colorScheme.fromToken(CircularProgressIndicatorTokens.ActiveIndicatorColor) stable strokeWidth: Dp = @static CircularProgressIndicatorTokens.ActiveIndicatorWidth ) restartable skippable fun RadioButton( stable selected: Boolean 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 colors: RadioButtonColors? = @dynamic RadioButtonDefaults.colors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) ) fun colors( stable selectedColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(RadioButtonTokens.SelectedIconColor) stable unselectedColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(RadioButtonTokens.UnselectedIconColor) stable disabledSelectedColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(RadioButtonTokens.DisabledSelectedIconColor).copy( alpha = RadioButtonTokens . DisabledSelectedIconOpacity ) stable disabledUnselectedColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(RadioButtonTokens.DisabledUnselectedIconColor).copy( alpha = RadioButtonTokens . DisabledUnselectedIconOpacity ) unused stable : RadioButtonDefaults ): RadioButtonColors fun radioColor( stable enabled: Boolean stable selected: Boolean stable : DefaultRadioButtonColors ): State restartable skippable fun Scaffold( stable modifier: Modifier? = @static Companion stable topBar: Function2? = @static ComposableSingletons$ScaffoldKt.lambda-1 stable bottomBar: Function2? = @static ComposableSingletons$ScaffoldKt.lambda-2 stable snackbarHost: Function2? = @static ComposableSingletons$ScaffoldKt.lambda-3 stable floatingActionButton: Function2? = @static ComposableSingletons$ScaffoldKt.lambda-4 stable floatingActionButtonPosition: FabPosition = @static Companion.End stable containerColor: Color = @dynamic MaterialTheme.colorScheme.background stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b00010010) stable content: Function3 ) restartable skippable fun ScaffoldLayout( stable fabPosition: FabPosition stable topBar: Function2 stable content: Function3 stable snackbar: Function2 stable fab: Function2 stable bottomBar: Function2 ) restartable skippable fun Snackbar( stable modifier: Modifier? = @static Companion stable action: Function2? = @static null stable dismissAction: Function2? = @static null stable actionOnNewLine: Boolean = @static false stable shape: Shape? = @static SnackbarTokens.ContainerShape stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(SnackbarTokens.ContainerColor) stable contentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(SnackbarTokens.SupportingTextColor) stable content: Function2 ) restartable skippable fun Snackbar( stable snackbarData: SnackbarData stable modifier: Modifier? = @static Companion stable actionOnNewLine: Boolean = @static false stable shape: Shape? = @static SnackbarTokens.ContainerShape stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(SnackbarTokens.ContainerColor) stable contentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(SnackbarTokens.SupportingTextColor) stable actionColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(SnackbarTokens.ActionLabelTextColor) ) restartable skippable fun NewLineButtonSnackbar( stable text: Function2 stable action: Function2 stable dismissAction: Function2? ) restartable skippable fun OneRowSnackbar( stable text: Function2 stable action: Function2? stable dismissAction: Function2? ) restartable skippable fun SnackbarHost( stable hostState: SnackbarHostState stable modifier: Modifier? = @static Companion stable snackbar: Function3? = @static ComposableSingletons$SnackbarHostKt.lambda-1 ) restartable skippable fun FadeInFadeOutWithScale( stable current: SnackbarData? stable modifier: Modifier? = @static Companion stable content: Function3 ) fun animatedOpacity( unstable animation: AnimationSpec stable visible: Boolean stable onAnimationFinish: Function0? = @dynamic { } ): State fun animatedScale( unstable animation: AnimationSpec stable visible: Boolean ): State restartable skippable fun Surface( stable modifier: Modifier? = @static Companion stable shape: Shape? = @static RectangleShape stable color: Color = @dynamic MaterialTheme.colorScheme.surface stable contentColor: Color = @dynamic contentColorFor(color, $composer, 0b1110 and $dirty shr 0b0110) stable tonalElevation: Dp = @static 0.dp stable shadowElevation: Dp = @static 0.dp stable border: BorderStroke? = @static null stable content: Function2 ) restartable skippable fun Surface( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable shape: Shape? = @static RectangleShape stable color: Color = @dynamic MaterialTheme.colorScheme.surface stable contentColor: Color = @dynamic contentColorFor(color, $composer, 0b1110 and $dirty shr 0b1001) stable tonalElevation: Dp = @static 0.dp stable shadowElevation: Dp = @static 0.dp stable border: BorderStroke? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable indication: Indication? = @dynamic LocalIndication.current stable enabled: Boolean = @static true stable onClickLabel: String? = @static null stable role: Role? = @static null stable content: Function2 ) restartable skippable fun Surface( stable modifier: Modifier stable shape: Shape stable color: Color stable contentColor: Color stable border: BorderStroke? stable tonalElevation: Dp stable shadowElevation: Dp stable clickAndSemanticsModifier: Modifier stable content: Function2 ) fun rememberSwipeableState( initialValue: T unstable animationSpec: AnimationSpec? = @static SwipeableDefaults.AnimationSpec stable confirmStateChange: Function1<@[ParameterName(name = 'newValue')] T, Boolean>? = @dynamic { it: T -> true } ): SwipeableState fun rememberSwipeableStateFor( value: T stable onValueChange: Function1 unstable animationSpec: AnimationSpec? = @static SwipeableDefaults.AnimationSpec ): SwipeableState restartable skippable 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 onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable 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 unstable inlineContent: Map? = @dynamic mapOf() stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable fun ProvideTextStyle( stable value: TextStyle stable content: Function2 )