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 Dialog.ContainerShape stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(Dialog.ContainerColor) stable tonalElevation: Dp = @static Dialog.ContainerElevation stable iconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(Dialog.WithIconIconColor) stable titleContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(Dialog.SubheadColor) stable textContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(Dialog.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(TopAppBarSmall.SmallContainerColor) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmall.SmallOnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarSmall.SmallLeadingIconColor) stable titleContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarSmall.SmallHeadlineColor) stable actionIconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarSmall.SmallTrailingIconColor) unused stable : TopAppBarDefaults ): TopAppBarColors fun centerAlignedTopAppBarColors( stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarSmallCentered.SmallCenteredContainerColor) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmall.SmallOnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarSmallCentered.SmallCenteredLeadingIconColor) stable titleContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarSmallCentered.SmallCenteredHeadlineColor) stable actionIconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarSmallCentered.SmallCenteredTrailingIconColor) unused stable : TopAppBarDefaults ): TopAppBarColors fun mediumTopAppBarColors( stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarMedium.MediumContainerColor) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmall.SmallOnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarMedium.MediumLeadingIconColor) stable titleContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarMedium.MediumHeadlineColor) stable actionIconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarMedium.MediumTrailingIconColor) unused stable : TopAppBarDefaults ): TopAppBarColors fun largeTopAppBarColors( stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarLarge.LargeContainerColor) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmall.SmallOnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarLarge.LargeLeadingIconColor) stable titleContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarLarge.LargeHeadlineColor) stable actionIconContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TopAppBarLarge.LargeTrailingIconColor) 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(NavigationBar.BadgeColor) 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 FilledButton.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 ElevatedButton.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 FilledButtonTonal.TonalContainerShape 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 OutlinedButton.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 TextButton.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(FilledButton.ContainerColor) stable contentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FilledButton.LabelTextColor) stable disabledContainerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FilledButton.DisabledContainerColor).copy( alpha = FilledButton . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FilledButton.DisabledLabelTextColor).copy( alpha = FilledButton . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun elevatedButtonColors( stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(ElevatedButton.ContainerColor) stable contentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(ElevatedButton.LabelTextColor) stable disabledContainerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(ElevatedButton.DisabledContainerColor).copy( alpha = ElevatedButton . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(ElevatedButton.DisabledLabelTextColor).copy( alpha = ElevatedButton . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun filledTonalButtonColors( stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FilledButtonTonal.TonalContainerColor) stable contentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FilledButtonTonal.TonalLabelTextColor) stable disabledContainerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FilledButtonTonal.TonalDisabledContainerColor).copy( alpha = FilledButtonTonal . TonalDisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FilledButtonTonal.TonalDisabledLabelTextColor).copy( alpha = FilledButtonTonal . TonalDisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun outlinedButtonColors( stable containerColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(OutlinedButton.LabelTextColor) stable disabledContainerColor: Color = @static Companion.Transparent stable disabledContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(OutlinedButton.DisabledLabelTextColor).copy( alpha = OutlinedButton . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun textButtonColors( stable containerColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TextButton.LabelTextColor) stable disabledContainerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TextButton.DisabledContainerColor).copy( alpha = TextButton . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(TextButton.DisabledLabelTextColor).copy( alpha = TextButton . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun buttonElevation( stable defaultElevation: Dp = @static FilledButton.ContainerElevation stable pressedElevation: Dp = @static FilledButton.PressedContainerElevation stable focusedElevation: Dp = @static FilledButton.FocusContainerElevation stable hoveredElevation: Dp = @static FilledButton.HoverContainerElevation stable disabledElevation: Dp = @static FilledButton.DisabledContainerElevation unused stable : ButtonDefaults ): ButtonElevation fun elevatedButtonElevation( stable defaultElevation: Dp = @static ElevatedButton.ContainerElevation stable pressedElevation: Dp = @static ElevatedButton.PressedContainerElevation stable focusedElevation: Dp = @static ElevatedButton.FocusContainerElevation stable hoveredElevation: Dp = @static ElevatedButton.HoverContainerElevation stable disabledElevation: Dp = @static ElevatedButton.DisabledContainerElevation unused stable : ButtonDefaults ): ButtonElevation fun filledTonalButtonElevation( stable defaultElevation: Dp = @static FilledButtonTonal.TonalContainerElevation stable pressedElevation: Dp = @static FilledButtonTonal.TonalPressedContainerElevation stable focusedElevation: Dp = @static FilledButtonTonal.TonalFocusContainerElevation stable hoveredElevation: Dp = @static FilledButtonTonal.TonalHoverContainerElevation 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(ColorSchemeKey.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 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 FabPrimary.PrimaryContainerShape stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FabPrimary.PrimaryContainerColor) 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 FabPrimarySmall.PrimarySmallContainerShape stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FabPrimary.PrimaryContainerColor) 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 FabPrimaryLarge.PrimaryLargeContainerShape stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(FabPrimaryLarge.PrimaryLargeContainerColor) 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 ExtendedFabPrimary.PrimaryContainerShape stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(ExtendedFabPrimary.PrimaryContainerColor) 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 FabPrimary.PrimaryContainerElevation stable hoveredElevation: Dp = @static FabPrimary.PrimaryHoverContainerElevation unused stable : FloatingActionButtonDefaults ): FloatingActionButtonElevation fun loweredElevation( stable defaultElevation: Dp = @static FabPrimary.PrimaryLoweredContainerElevation stable hoveredElevation: Dp = @static FabPrimary.PrimaryLoweredHoverContainerElevation 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(NavigationBar.ContainerColor) stable contentColor: Color = @dynamic MaterialTheme.colorScheme.contentColorFor(containerColor) stable tonalElevation: Dp = @static NavigationBar.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(NavigationBar.ActiveIconColor) stable unselectedIconColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationBar.InactiveIconColor) stable selectedTextColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationBar.ActiveLabelTextColor) stable unselectedTextColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationBar.InactiveLabelTextColor) stable indicatorColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationBar.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(NavigationDrawer.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(NavigationRail.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(NavigationRail.ActiveIconColor) stable unselectedIconColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationRail.InactiveIconColor) stable selectedTextColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationRail.ActiveLabelTextColor) stable unselectedTextColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationRail.InactiveLabelTextColor) stable indicatorColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(NavigationRail.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 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 floatingActionButton: Function2? = @static ComposableSingletons$ScaffoldKt.lambda-3 stable floatingActionButtonPosition: FabPosition = @static Companion.End stable containerColor: Color = @dynamic MaterialTheme.colorScheme.background stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1111) stable content: Function3 ) restartable skippable fun ScaffoldLayout( stable fabPosition: FabPosition stable topBar: Function2 stable content: Function3 stable fab: Function2 stable bottomBar: Function2 ) 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 )