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 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? = @dynamic DialogTokens.ContainerShape.toShape($composer, 0b0110) stable containerColor: Color = @dynamic DialogTokens.ContainerColor.toColor($composer, 0b0110) stable tonalElevation: Dp = @static DialogTokens.ContainerElevation stable iconContentColor: Color = @dynamic DialogTokens.IconColor.toColor($composer, 0b0110) stable titleContentColor: Color = @dynamic DialogTokens.SubheadColor.toColor($composer, 0b0110) stable textContentColor: Color = @dynamic DialogTokens.SupportingTextColor.toColor($composer, 0b0110) stable properties: DialogProperties? = @dynamic DialogProperties() ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun DropdownMenu( stable expanded: Boolean stable onDismissRequest: Function0 stable modifier: Modifier? = @static Companion stable offset: DpOffset = @static DpOffset(0.dp, 0.dp) stable properties: PopupProperties? = @dynamic PopupProperties( focusable = true ) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun DropdownMenuItem( stable text: Function2 stable onClick: Function0 stable modifier: Modifier? = @static Companion stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable enabled: Boolean = @static true stable colors: MenuItemColors? = @dynamic MenuDefaults.itemColors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) stable contentPadding: PaddingValues? = @static MenuDefaults.DropdownMenuItemContentPadding stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ExposedDropdownMenuBox( stable expanded: Boolean stable onExpandedChange: Function1 stable modifier: Modifier? = @static Companion stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ExposedDropdownMenu( stable expanded: Boolean stable onDismissRequest: Function0 stable modifier: Modifier? = @static Companion stable content: @[ExtensionFunctionType] Function3 : ExposedDropdownMenuBoxScope ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TrailingIcon( stable expanded: Boolean stable onIconClick: Function0? = @static { } unused stable : ExposedDropdownMenuDefaults ) fun textFieldColors( stable textColor: Color = @dynamic FilledAutocompleteTokens.FieldInputTextColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic FilledAutocompleteTokens.FieldDisabledInputTextColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . FieldDisabledInputTextOpacity ) stable containerColor: Color = @dynamic FilledAutocompleteTokens.TextFieldContainerColor.toColor($composer, 0b0110) stable cursorColor: Color = @dynamic FilledAutocompleteTokens.TextFieldCaretColor.toColor($composer, 0b0110) stable errorCursorColor: Color = @dynamic FilledAutocompleteTokens.TextFieldErrorFocusCaretColor.toColor($composer, 0b0110) stable focusedIndicatorColor: Color = @dynamic FilledAutocompleteTokens.TextFieldFocusActiveIndicatorColor.toColor($composer, 0b0110) stable unfocusedIndicatorColor: Color = @dynamic FilledAutocompleteTokens.TextFieldActiveIndicatorColor.toColor($composer, 0b0110) stable disabledIndicatorColor: Color = @dynamic FilledAutocompleteTokens.TextFieldDisabledActiveIndicatorColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . TextFieldDisabledActiveIndicatorOpacity ) stable errorIndicatorColor: Color = @dynamic FilledAutocompleteTokens.TextFieldErrorActiveIndicatorColor.toColor($composer, 0b0110) stable focusedLeadingIconColor: Color = @dynamic FilledAutocompleteTokens.TextFieldFocusLeadingIconColor.toColor($composer, 0b0110) stable unfocusedLeadingIconColor: Color = @dynamic FilledAutocompleteTokens.TextFieldLeadingIconColor.toColor($composer, 0b0110) stable disabledLeadingIconColor: Color = @dynamic FilledAutocompleteTokens.TextFieldDisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . TextFieldDisabledLeadingIconOpacity ) stable errorLeadingIconColor: Color = @dynamic FilledAutocompleteTokens.TextFieldErrorLeadingIconColor.toColor($composer, 0b0110) stable focusedTrailingIconColor: Color = @dynamic FilledAutocompleteTokens.TextFieldFocusTrailingIconColor.toColor($composer, 0b0110) stable unfocusedTrailingIconColor: Color = @dynamic FilledAutocompleteTokens.TextFieldTrailingIconColor.toColor($composer, 0b0110) stable disabledTrailingIconColor: Color = @dynamic FilledAutocompleteTokens.TextFieldDisabledTrailingIconColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . TextFieldDisabledTrailingIconOpacity ) stable errorTrailingIconColor: Color = @dynamic FilledAutocompleteTokens.TextFieldErrorTrailingIconColor.toColor($composer, 0b0110) stable focusedLabelColor: Color = @dynamic FilledAutocompleteTokens.FieldFocusLabelTextColor.toColor($composer, 0b0110) stable unfocusedLabelColor: Color = @dynamic FilledAutocompleteTokens.FieldLabelTextColor.toColor($composer, 0b0110) stable disabledLabelColor: Color = @dynamic FilledAutocompleteTokens.FieldDisabledLabelTextColor.toColor($composer, 0b0110) stable errorLabelColor: Color = @dynamic FilledAutocompleteTokens.FieldErrorLabelTextColor.toColor($composer, 0b0110) stable placeholderColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic FilledAutocompleteTokens.FieldDisabledInputTextColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . FieldDisabledInputTextOpacity ) unused stable : ExposedDropdownMenuDefaults ): TextFieldColors fun outlinedTextFieldColors( stable textColor: Color = @dynamic OutlinedAutocompleteTokens.FieldInputTextColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic OutlinedAutocompleteTokens.FieldDisabledInputTextColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . FieldDisabledInputTextOpacity ) stable containerColor: Color = @static Companion.Transparent stable cursorColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldCaretColor.toColor($composer, 0b0110) stable errorCursorColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldErrorFocusCaretColor.toColor($composer, 0b0110) stable focusedBorderColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldFocusOutlineColor.toColor($composer, 0b0110) stable unfocusedBorderColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldOutlineColor.toColor($composer, 0b0110) stable disabledBorderColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldDisabledOutlineColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . TextFieldDisabledOutlineOpacity ) stable errorBorderColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldErrorOutlineColor.toColor($composer, 0b0110) stable focusedLeadingIconColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldFocusLeadingIconColor.toColor($composer, 0b0110) stable unfocusedLeadingIconColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldLeadingIconColor.toColor($composer, 0b0110) stable disabledLeadingIconColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldDisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . TextFieldDisabledLeadingIconOpacity ) stable errorLeadingIconColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldErrorLeadingIconColor.toColor($composer, 0b0110) stable focusedTrailingIconColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldFocusTrailingIconColor.toColor($composer, 0b0110) stable unfocusedTrailingIconColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldTrailingIconColor.toColor($composer, 0b0110) stable disabledTrailingIconColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldDisabledTrailingIconColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . TextFieldDisabledTrailingIconOpacity ) stable errorTrailingIconColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldErrorTrailingIconColor.toColor($composer, 0b0110) stable focusedLabelColor: Color = @dynamic OutlinedAutocompleteTokens.FieldFocusLabelTextColor.toColor($composer, 0b0110) stable unfocusedLabelColor: Color = @dynamic OutlinedAutocompleteTokens.FieldLabelTextColor.toColor($composer, 0b0110) stable disabledLabelColor: Color = @dynamic OutlinedAutocompleteTokens.FieldDisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . FieldDisabledLabelTextOpacity ) stable errorLabelColor: Color = @dynamic OutlinedAutocompleteTokens.FieldErrorLabelTextColor.toColor($composer, 0b0110) stable placeholderColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic OutlinedAutocompleteTokens.FieldDisabledInputTextColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . FieldDisabledInputTextOpacity ) unused stable : ExposedDropdownMenuDefaults ): TextFieldColors fun getString( stable string: Strings ): String restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ExposedDropdownMenuPopup( stable onDismissRequest: Function0? = @static null stable popupPositionProvider: PopupPositionProvider stable content: Function2 ) inline scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun SimpleStack( stable modifier: Modifier stable content: Function2 ) restartable fun Content( unstable : PopupLayout ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun AlertDialogFlowRow( stable mainAxisSpacing: Dp stable crossAxisSpacing: Dp stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") 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 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun BottomAppBar( stable icons: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable floatingActionButton: Function2? = @static null stable containerColor: Color = @dynamic BottomAppBarTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1001) stable tonalElevation: Dp = @static BottomAppBarTokens.ContainerElevation stable contentPadding: PaddingValues? = @static BottomAppBarDefaults.ContentPadding ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun BottomAppBar( stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic BottomAppBarTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b0011) stable tonalElevation: Dp = @static BottomAppBarTokens.ContainerElevation stable contentPadding: PaddingValues? = @static BottomAppBarDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function3 ) fun smallTopAppBarColors( stable containerColor: Color = @dynamic TopAppBarSmallTokens.ContainerColor.toColor($composer, 0b0110) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmallTokens.OnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic TopAppBarSmallTokens.LeadingIconColor.toColor($composer, 0b0110) stable titleContentColor: Color = @dynamic TopAppBarSmallTokens.HeadlineColor.toColor($composer, 0b0110) stable actionIconContentColor: Color = @dynamic TopAppBarSmallTokens.TrailingIconColor.toColor($composer, 0b0110) unused stable : TopAppBarDefaults ): TopAppBarColors fun centerAlignedTopAppBarColors( stable containerColor: Color = @dynamic TopAppBarSmallCenteredTokens.ContainerColor.toColor($composer, 0b0110) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmallTokens.OnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic TopAppBarSmallCenteredTokens.LeadingIconColor.toColor($composer, 0b0110) stable titleContentColor: Color = @dynamic TopAppBarSmallCenteredTokens.HeadlineColor.toColor($composer, 0b0110) stable actionIconContentColor: Color = @dynamic TopAppBarSmallCenteredTokens.TrailingIconColor.toColor($composer, 0b0110) unused stable : TopAppBarDefaults ): TopAppBarColors fun mediumTopAppBarColors( stable containerColor: Color = @dynamic TopAppBarMediumTokens.ContainerColor.toColor($composer, 0b0110) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmallTokens.OnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic TopAppBarMediumTokens.LeadingIconColor.toColor($composer, 0b0110) stable titleContentColor: Color = @dynamic TopAppBarMediumTokens.HeadlineColor.toColor($composer, 0b0110) stable actionIconContentColor: Color = @dynamic TopAppBarMediumTokens.TrailingIconColor.toColor($composer, 0b0110) unused stable : TopAppBarDefaults ): TopAppBarColors fun largeTopAppBarColors( stable containerColor: Color = @dynamic TopAppBarLargeTokens.ContainerColor.toColor($composer, 0b0110) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmallTokens.OnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic TopAppBarLargeTokens.LeadingIconColor.toColor($composer, 0b0110) stable titleContentColor: Color = @dynamic TopAppBarLargeTokens.HeadlineColor.toColor($composer, 0b0110) stable actionIconContentColor: Color = @dynamic TopAppBarLargeTokens.TrailingIconColor.toColor($composer, 0b0110) unused stable : TopAppBarDefaults ): TopAppBarColors fun floatingActionButtonElevation( stable defaultElevation: Dp = @static 0.dp stable pressedElevation: Dp = @static 0.dp stable focusedElevation: Dp = @static 0.dp stable hoveredElevation: Dp = @static 0.dp unused stable : BottomAppBarDefaults ): FloatingActionButtonElevation restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TopAppBarLayout( stable modifier: Modifier stable heightPx: Float stable navigationIconContentColor: Color stable titleContentColor: Color stable actionIconContentColor: Color stable title: Function2 stable titleTextStyle: TextStyle stable titleAlpha: Float stable titleVerticalArrangement: Vertical stable titleHorizontalArrangement: Horizontal stable titleBottomPadding: Int stable hideTitleSemantics: Boolean stable navigationIcon: Function2 stable actions: Function2 ) 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun BadgedBox( stable badge: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Badge( stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic BadgeTokens.Color.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b0011) stable content: @[ExtensionFunctionType] Function3? = @static null ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Button( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable elevation: ButtonElevation? = @dynamic ButtonDefaults.buttonElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b00110000000000000000, 0b00011111) stable shape: Shape? = @dynamic FilledButtonTokens.ContainerShape.toShape($composer, 0b0110) 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ElevatedButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable elevation: ButtonElevation? = @dynamic ButtonDefaults.elevatedButtonElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b00110000000000000000, 0b00011111) stable shape: Shape? = @dynamic ElevatedButtonTokens.ContainerShape.toShape($composer, 0b0110) 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun FilledTonalButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable elevation: ButtonElevation? = @dynamic ButtonDefaults.filledTonalButtonElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b00110000000000000000, 0b00011111) stable shape: Shape? = @dynamic FilledTonalButtonTokens.ContainerShape.toShape($composer, 0b0110) 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun OutlinedButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable elevation: ButtonElevation? = @static null stable shape: Shape? = @dynamic OutlinedButtonTokens.ContainerShape.toShape($composer, 0b0110) 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun TextButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable elevation: ButtonElevation? = @static null stable shape: Shape? = @dynamic TextButtonTokens.ContainerShape.toShape($composer, 0b0110) 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 FilledButtonTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic FilledButtonTokens.LabelTextColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @dynamic FilledButtonTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = FilledButtonTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic FilledButtonTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = FilledButtonTokens . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun elevatedButtonColors( stable containerColor: Color = @dynamic ElevatedButtonTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic ElevatedButtonTokens.LabelTextColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @dynamic ElevatedButtonTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = ElevatedButtonTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic ElevatedButtonTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = ElevatedButtonTokens . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun filledTonalButtonColors( stable containerColor: Color = @dynamic FilledTonalButtonTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic FilledTonalButtonTokens.LabelTextColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @dynamic FilledTonalButtonTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = FilledTonalButtonTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic FilledTonalButtonTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = FilledTonalButtonTokens . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun outlinedButtonColors( stable containerColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic OutlinedButtonTokens.LabelTextColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @static Companion.Transparent stable disabledContentColor: Color = @dynamic OutlinedButtonTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = OutlinedButtonTokens . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun textButtonColors( stable containerColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic TextButtonTokens.LabelTextColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @static Companion.Transparent stable disabledContentColor: Color = @dynamic TextButtonTokens.DisabledLabelTextColor.toColor($composer, 0b0110).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 FilledTonalButtonTokens.ContainerElevation stable pressedElevation: Dp = @static FilledTonalButtonTokens.PressedContainerElevation stable focusedElevation: Dp = @static FilledTonalButtonTokens.FocusContainerElevation stable hoveredElevation: Dp = @static FilledTonalButtonTokens.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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Card( stable modifier: Modifier? = @static Companion stable shape: Shape? = @dynamic FilledCardTokens.ContainerShape.toShape($composer, 0b0110) stable border: BorderStroke? = @static null stable elevation: CardElevation? = @dynamic CardDefaults.cardElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable colors: CardColors? = @dynamic CardDefaults.cardColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Card( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic FilledCardTokens.ContainerShape.toShape($composer, 0b0110) stable border: BorderStroke? = @static null stable elevation: CardElevation? = @dynamic CardDefaults.cardElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable colors: CardColors? = @dynamic CardDefaults.cardColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ElevatedCard( stable modifier: Modifier? = @static Companion stable shape: Shape? = @dynamic ElevatedCardTokens.ContainerShape.toShape($composer, 0b0110) stable elevation: CardElevation? = @dynamic CardDefaults.elevatedCardElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable colors: CardColors? = @dynamic CardDefaults.elevatedCardColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ElevatedCard( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic ElevatedCardTokens.ContainerShape.toShape($composer, 0b0110) stable elevation: CardElevation? = @dynamic CardDefaults.elevatedCardElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable colors: CardColors? = @dynamic CardDefaults.elevatedCardColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun OutlinedCard( stable modifier: Modifier? = @static Companion stable shape: Shape? = @dynamic OutlinedCardTokens.ContainerShape.toShape($composer, 0b0110) stable border: BorderStroke? = @dynamic CardDefaults.outlinedCardBorder(false, $composer, 0b00110000, 0b0001) stable elevation: CardElevation? = @dynamic CardDefaults.outlinedCardElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable colors: CardColors? = @dynamic CardDefaults.outlinedCardColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun OutlinedCard( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic OutlinedCardTokens.ContainerShape.toShape($composer, 0b0110) stable border: BorderStroke? = @dynamic CardDefaults.outlinedCardBorder(enabled, $composer, 0b00110000 or 0b1110 and $dirty shr 0b0110, 0) stable elevation: CardElevation? = @dynamic CardDefaults.outlinedCardElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable colors: CardColors? = @dynamic CardDefaults.outlinedCardColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable content: @[ExtensionFunctionType] Function3 ) fun cardElevation( stable defaultElevation: Dp = @static FilledCardTokens.ContainerElevation stable pressedElevation: Dp = @static FilledCardTokens.PressedContainerElevation stable focusedElevation: Dp = @static FilledCardTokens.FocusContainerElevation stable hoveredElevation: Dp = @static FilledCardTokens.HoverContainerElevation stable draggedElevation: Dp = @static FilledCardTokens.DraggedContainerElevation stable disabledElevation: Dp = @static FilledCardTokens.DisabledContainerElevation unused stable : CardDefaults ): CardElevation fun elevatedCardElevation( stable defaultElevation: Dp = @static ElevatedCardTokens.ContainerElevation stable pressedElevation: Dp = @static ElevatedCardTokens.PressedContainerElevation stable focusedElevation: Dp = @static ElevatedCardTokens.FocusContainerElevation stable hoveredElevation: Dp = @static ElevatedCardTokens.HoverContainerElevation stable draggedElevation: Dp = @static ElevatedCardTokens.DraggedContainerElevation stable disabledElevation: Dp = @static ElevatedCardTokens.DisabledContainerElevation unused stable : CardDefaults ): CardElevation fun outlinedCardElevation( stable defaultElevation: Dp = @static OutlinedCardTokens.ContainerElevation stable pressedElevation: Dp = @dynamic defaultElevation stable focusedElevation: Dp = @dynamic defaultElevation stable hoveredElevation: Dp = @dynamic defaultElevation stable draggedElevation: Dp = @static OutlinedCardTokens.DraggedContainerElevation stable disabledElevation: Dp = @static OutlinedCardTokens.DisabledContainerElevation unused stable : CardDefaults ): CardElevation fun cardColors( stable containerColor: Color = @dynamic FilledCardTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $changed) stable disabledContainerColor: Color = @dynamic FilledCardTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = FilledCardTokens . DisabledContainerOpacity ).compositeOver(MaterialTheme.colorScheme.surfaceColorAtElevation(FilledCardTokens.DisabledContainerElevation)) stable disabledContentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $changed).copy( alpha = DisabledAlpha ) unused stable : CardDefaults ): CardColors fun elevatedCardColors( stable containerColor: Color = @dynamic ElevatedCardTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $changed) stable disabledContainerColor: Color = @dynamic ElevatedCardTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = ElevatedCardTokens . DisabledContainerOpacity ).compositeOver(MaterialTheme.colorScheme.surfaceColorAtElevation(ElevatedCardTokens.DisabledContainerElevation)) stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = DisabledAlpha ) unused stable : CardDefaults ): CardColors fun outlinedCardColors( stable containerColor: Color = @dynamic OutlinedCardTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $changed) stable disabledContainerColor: Color = @dynamic containerColor stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = DisabledAlpha ) unused stable : CardDefaults ): CardColors fun outlinedCardBorder( stable enabled: Boolean = @static true unused stable : CardDefaults ): BorderStroke fun tonalElevation( stable enabled: Boolean stable interactionSource: InteractionSource? stable : DefaultCardElevation ): State fun shadowElevation( stable enabled: Boolean stable interactionSource: InteractionSource? stable : DefaultCardElevation ): State fun animateElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : DefaultCardElevation ): State fun containerColor( stable enabled: Boolean stable : DefaultCardColors ): State fun contentColor( stable enabled: Boolean stable : DefaultCardColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Checkbox( stable checked: Boolean stable onCheckedChange: Function1? stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable colors: CheckboxColors? = @dynamic CheckboxDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TriStateCheckbox( stable state: ToggleableState stable onClick: Function0? stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $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.SelectedContainerColor) stable uncheckedColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(CheckboxTokens.UnselectedOutlineColor) stable checkmarkColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(CheckboxTokens.SelectedIconColor) stable disabledCheckedColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(CheckboxTokens.SelectedDisabledContainerColor).copy( alpha = CheckboxTokens . SelectedDisabledContainerOpacity ) stable disabledUncheckedColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(CheckboxTokens.UnselectedDisabledOutlineColor).copy( alpha = CheckboxTokens . UnselectedDisabledContainerOpacity ) stable disabledIndeterminateColor: Color = @dynamic disabledCheckedColor unused stable : CheckboxDefaults ): CheckboxColors restartable skippable scheme("[androidx.compose.ui.UiComposable]") 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 restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun AssistChip( stable onClick: Function0 stable label: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable elevation: ChipElevation? = @dynamic AssistChipDefaults.assistChipElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable shape: Shape? = @dynamic AssistChipTokens.ContainerShape.toShape($composer, 0b0110) stable border: ChipBorder? = @dynamic AssistChipDefaults.assistChipBorder((0L), (0L), (0.0f), $composer, 0b110000000000, 0b0111) stable colors: ChipColors? = @dynamic AssistChipDefaults.assistChipColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b0110000000000000000000000000, 0b11111111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ElevatedAssistChip( stable onClick: Function0 stable label: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable elevation: ChipElevation? = @dynamic AssistChipDefaults.elevatedAssistChipElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable shape: Shape? = @dynamic AssistChipTokens.ContainerShape.toShape($composer, 0b0110) stable border: ChipBorder? = @static null stable colors: ChipColors? = @dynamic AssistChipDefaults.elevatedAssistChipColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b0110000000000000000000000000, 0b11111111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun FilterChip( stable selected: Boolean stable onClick: Function0 stable label: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable leadingIcon: Function2? = @static null stable selectedIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable elevation: SelectableChipElevation? = @dynamic FilterChipDefaults.filterChipElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable shape: Shape? = @dynamic FilterChipTokens.ContainerShape.toShape($composer, 0b0110) stable border: SelectableChipBorder? = @dynamic FilterChipDefaults.filterChipBorder((0L), (0L), (0L), (0L), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable colors: SelectableChipColors? = @dynamic FilterChipDefaults.filterChipColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b00110000, 0b011111111111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ElevatedFilterChip( stable selected: Boolean stable onClick: Function0 stable label: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable leadingIcon: Function2? = @static null stable selectedIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable elevation: SelectableChipElevation? = @dynamic FilterChipDefaults.elevatedFilterChipElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable shape: Shape? = @dynamic FilterChipTokens.ContainerShape.toShape($composer, 0b0110) stable border: SelectableChipBorder? = @static null stable colors: SelectableChipColors? = @dynamic FilterChipDefaults.elevatedFilterChipColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b00110000, 0b011111111111) ) 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 InputChip( stable onClick: Function0 stable label: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable leadingIcon: Function2? = @static null stable avatar: Function2? = @static null stable trailingIcon: Function2? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable elevation: ChipElevation? = @dynamic InputChipDefaults.inputChipElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable shape: Shape? = @dynamic InputChipTokens.ContainerShape.toShape($composer, 0b0110) stable border: ChipBorder? = @dynamic InputChipDefaults.inputChipBorder((0L), (0L), (0.0f), $composer, 0b110000000000, 0b0111) stable colors: ChipColors? = @dynamic InputChipDefaults.inputChipColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b0110000000000000000000000000, 0b11111111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun SuggestionChip( stable onClick: Function0 stable label: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable icon: Function2? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable elevation: ChipElevation? = @dynamic SuggestionChipDefaults.suggestionChipElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable shape: Shape? = @dynamic SuggestionChipTokens.ContainerShape.toShape($composer, 0b0110) stable border: ChipBorder? = @dynamic SuggestionChipDefaults.suggestionChipBorder((0L), (0L), (0.0f), $composer, 0b110000000000, 0b0111) stable colors: ChipColors? = @dynamic SuggestionChipDefaults.suggestionChipColors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ElevatedSuggestionChip( stable onClick: Function0 stable label: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable icon: Function2? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable elevation: ChipElevation? = @dynamic SuggestionChipDefaults.elevatedSuggestionChipElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable shape: Shape? = @dynamic SuggestionChipTokens.ContainerShape.toShape($composer, 0b0110) stable border: ChipBorder? = @static null stable colors: ChipColors? = @dynamic SuggestionChipDefaults.elevatedSuggestionChipColors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) ) fun assistChipColors( stable containerColor: Color = @static Companion.Transparent stable labelColor: Color = @dynamic AssistChipTokens.LabelTextColor.toColor($composer, 0b0110) stable leadingIconContentColor: Color = @dynamic AssistChipTokens.IconColor.toColor($composer, 0b0110) stable trailingIconContentColor: Color = @dynamic leadingIconContentColor stable disabledContainerColor: Color = @static Companion.Transparent stable disabledLabelColor: Color = @dynamic AssistChipTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = AssistChipTokens . DisabledLabelTextOpacity ) stable disabledLeadingIconContentColor: Color = @dynamic AssistChipTokens.DisabledIconColor.toColor($composer, 0b0110).copy( alpha = AssistChipTokens . DisabledIconOpacity ) stable disabledTrailingIconContentColor: Color = @dynamic disabledLeadingIconContentColor unused stable : AssistChipDefaults ): ChipColors fun assistChipElevation( stable defaultElevation: Dp = @static AssistChipTokens.FlatContainerElevation stable pressedElevation: Dp = @dynamic defaultElevation stable focusedElevation: Dp = @dynamic defaultElevation stable hoveredElevation: Dp = @dynamic defaultElevation stable draggedElevation: Dp = @static AssistChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @dynamic defaultElevation unused stable : AssistChipDefaults ): ChipElevation fun assistChipBorder( stable borderColor: Color = @dynamic AssistChipTokens.FlatOutlineColor.toColor($composer, 0b0110) stable disabledBorderColor: Color = @dynamic AssistChipTokens.FlatDisabledOutlineColor.toColor($composer, 0b0110).copy( alpha = AssistChipTokens . FlatDisabledOutlineOpacity ) stable borderWidth: Dp = @static AssistChipTokens.FlatOutlineWidth unused stable : AssistChipDefaults ): ChipBorder fun elevatedAssistChipColors( stable containerColor: Color = @dynamic AssistChipTokens.ElevatedContainerColor.toColor($composer, 0b0110) stable labelColor: Color = @dynamic AssistChipTokens.LabelTextColor.toColor($composer, 0b0110) stable leadingIconContentColor: Color = @dynamic AssistChipTokens.IconColor.toColor($composer, 0b0110) stable trailingIconContentColor: Color = @dynamic leadingIconContentColor stable disabledContainerColor: Color = @dynamic AssistChipTokens.ElevatedDisabledContainerColor.toColor($composer, 0b0110).copy( alpha = AssistChipTokens . ElevatedDisabledContainerOpacity ) stable disabledLabelColor: Color = @dynamic AssistChipTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = AssistChipTokens . DisabledLabelTextOpacity ) stable disabledLeadingIconContentColor: Color = @dynamic AssistChipTokens.DisabledIconColor.toColor($composer, 0b0110).copy( alpha = AssistChipTokens . DisabledIconOpacity ) stable disabledTrailingIconContentColor: Color = @dynamic disabledLeadingIconContentColor unused stable : AssistChipDefaults ): ChipColors fun elevatedAssistChipElevation( stable defaultElevation: Dp = @static AssistChipTokens.ElevatedContainerElevation stable pressedElevation: Dp = @static AssistChipTokens.ElevatedPressedContainerElevation stable focusedElevation: Dp = @static AssistChipTokens.ElevatedFocusContainerElevation stable hoveredElevation: Dp = @static AssistChipTokens.ElevatedHoverContainerElevation stable draggedElevation: Dp = @static AssistChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @static AssistChipTokens.ElevatedDisabledContainerElevation unused stable : AssistChipDefaults ): ChipElevation fun filterChipColors( stable containerColor: Color = @static Companion.Transparent stable labelColor: Color = @dynamic FilterChipTokens.UnselectedLabelTextColor.toColor($composer, 0b0110) stable iconColor: Color = @dynamic FilterChipTokens.UnselectedIconColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @static Companion.Transparent stable disabledLabelColor: Color = @dynamic FilterChipTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = FilterChipTokens . DisabledLabelTextOpacity ) stable disabledLeadingIconColor: Color = @dynamic FilterChipTokens.DisabledIconColor.toColor($composer, 0b0110).copy( alpha = FilterChipTokens . DisabledIconOpacity ) stable disabledTrailingIconColor: Color = @dynamic disabledLeadingIconColor stable selectedContainerColor: Color = @dynamic FilterChipTokens.FlatSelectedContainerColor.toColor($composer, 0b0110) stable selectedLabelColor: Color = @dynamic FilterChipTokens.SelectedLabelTextColor.toColor($composer, 0b0110) stable selectedLeadingIconColor: Color = @dynamic FilterChipTokens.SelectedIconColor.toColor($composer, 0b0110) stable selectedTrailingIconColor: Color = @dynamic selectedLeadingIconColor unused stable : FilterChipDefaults ): SelectableChipColors fun filterChipElevation( stable defaultElevation: Dp = @static FilterChipTokens.FlatContainerElevation stable pressedElevation: Dp = @static FilterChipTokens.FlatSelectedPressedContainerElevation stable focusedElevation: Dp = @static FilterChipTokens.FlatSelectedFocusContainerElevation stable hoveredElevation: Dp = @static FilterChipTokens.FlatSelectedHoverContainerElevation stable draggedElevation: Dp = @static FilterChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @dynamic defaultElevation unused stable : FilterChipDefaults ): SelectableChipElevation fun filterChipBorder( stable borderColor: Color = @dynamic FilterChipTokens.FlatUnselectedOutlineColor.toColor($composer, 0b0110) stable selectedBorderColor: Color = @static Companion.Transparent stable disabledBorderColor: Color = @dynamic FilterChipTokens.FlatDisabledUnselectedOutlineColor.toColor($composer, 0b0110).copy( alpha = FilterChipTokens . FlatDisabledUnselectedOutlineOpacity ) stable disabledSelectedBorderColor: Color = @static Companion.Transparent stable borderWidth: Dp = @static FilterChipTokens.FlatUnselectedOutlineWidth stable selectedBorderWidth: Dp = @static FilterChipTokens.FlatSelectedOutlineWidth unused stable : FilterChipDefaults ): SelectableChipBorder fun elevatedFilterChipColors( stable containerColor: Color = @dynamic FilterChipTokens.ElevatedUnselectedContainerColor.toColor($composer, 0b0110) stable labelColor: Color = @dynamic FilterChipTokens.UnselectedLabelTextColor.toColor($composer, 0b0110) stable iconColor: Color = @dynamic FilterChipTokens.UnselectedIconColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @dynamic FilterChipTokens.ElevatedDisabledContainerColor.toColor($composer, 0b0110).copy( alpha = FilterChipTokens . ElevatedDisabledContainerOpacity ) stable disabledLabelColor: Color = @dynamic FilterChipTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = FilterChipTokens . DisabledLabelTextOpacity ) stable disabledLeadingIconColor: Color = @dynamic FilterChipTokens.DisabledIconColor.toColor($composer, 0b0110).copy( alpha = FilterChipTokens . DisabledIconOpacity ) stable disabledTrailingIconColor: Color = @dynamic disabledLeadingIconColor stable selectedContainerColor: Color = @dynamic FilterChipTokens.ElevatedSelectedContainerColor.toColor($composer, 0b0110) stable selectedLabelColor: Color = @dynamic FilterChipTokens.SelectedLabelTextColor.toColor($composer, 0b0110) stable selectedLeadingIconColor: Color = @dynamic FilterChipTokens.SelectedIconColor.toColor($composer, 0b0110) stable selectedTrailingIconColor: Color = @dynamic selectedLeadingIconColor unused stable : FilterChipDefaults ): SelectableChipColors fun elevatedFilterChipElevation( stable defaultElevation: Dp = @static FilterChipTokens.ElevatedContainerElevation stable pressedElevation: Dp = @static FilterChipTokens.ElevatedPressedContainerElevation stable focusedElevation: Dp = @static FilterChipTokens.ElevatedFocusContainerElevation stable hoveredElevation: Dp = @static FilterChipTokens.ElevatedHoverContainerElevation stable draggedElevation: Dp = @static FilterChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @static FilterChipTokens.ElevatedDisabledContainerElevation unused stable : FilterChipDefaults ): SelectableChipElevation fun inputChipColors( stable containerColor: Color = @static Companion.Transparent stable labelColor: Color = @dynamic InputChipTokens.LabelTextColor.toColor($composer, 0b0110) stable leadingIconContentColor: Color = @dynamic InputChipTokens.LeadingIconColor.toColor($composer, 0b0110) stable trailingIconContentColor: Color = @dynamic InputChipTokens.TrailingIconColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @static Companion.Transparent stable disabledLabelColor: Color = @dynamic InputChipTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = InputChipTokens . DisabledLabelTextOpacity ) stable disabledLeadingIconContentColor: Color = @dynamic InputChipTokens.DisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = InputChipTokens . DisabledLeadingIconOpacity ) stable disabledTrailingIconContentColor: Color = @dynamic InputChipTokens.DisabledTrailingIconColor.toColor($composer, 0b0110).copy( alpha = InputChipTokens . DisabledTrailingIconOpacity ) unused stable : InputChipDefaults ): ChipColors fun inputChipElevation( stable defaultElevation: Dp = @static InputChipTokens.ContainerElevation stable pressedElevation: Dp = @dynamic defaultElevation stable focusedElevation: Dp = @dynamic defaultElevation stable hoveredElevation: Dp = @dynamic defaultElevation stable draggedElevation: Dp = @static InputChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @dynamic defaultElevation unused stable : InputChipDefaults ): ChipElevation fun inputChipBorder( stable borderColor: Color = @dynamic InputChipTokens.OutlineColor.toColor($composer, 0b0110) stable disabledBorderColor: Color = @dynamic InputChipTokens.DisabledOutlineColor.toColor($composer, 0b0110).copy( alpha = InputChipTokens . DisabledOutlineOpacity ) stable borderWidth: Dp = @static InputChipTokens.OutlineWidth unused stable : InputChipDefaults ): ChipBorder fun suggestionChipColors( stable containerColor: Color = @static Companion.Transparent stable labelColor: Color = @dynamic SuggestionChipTokens.LabelTextColor.toColor($composer, 0b0110) stable iconContentColor: Color = @dynamic MaterialTheme.colorScheme.onSurfaceVariant stable disabledContainerColor: Color = @static Companion.Transparent stable disabledLabelColor: Color = @dynamic SuggestionChipTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = SuggestionChipTokens . DisabledLabelTextOpacity ) stable disabledIconContentColor: Color = @dynamic MaterialTheme.colorScheme.onSurface.copy( alpha = 0.38f ) unused stable : SuggestionChipDefaults ): ChipColors fun suggestionChipElevation( stable defaultElevation: Dp = @static SuggestionChipTokens.FlatContainerElevation stable pressedElevation: Dp = @dynamic defaultElevation stable focusedElevation: Dp = @dynamic defaultElevation stable hoveredElevation: Dp = @dynamic defaultElevation stable draggedElevation: Dp = @static SuggestionChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @dynamic defaultElevation unused stable : SuggestionChipDefaults ): ChipElevation fun suggestionChipBorder( stable borderColor: Color = @dynamic SuggestionChipTokens.FlatOutlineColor.toColor($composer, 0b0110) stable disabledBorderColor: Color = @dynamic SuggestionChipTokens.FlatDisabledOutlineColor.toColor($composer, 0b0110).copy( alpha = SuggestionChipTokens . FlatDisabledOutlineOpacity ) stable borderWidth: Dp = @static SuggestionChipTokens.FlatOutlineWidth unused stable : SuggestionChipDefaults ): ChipBorder fun elevatedSuggestionChipColors( stable containerColor: Color = @dynamic SuggestionChipTokens.ElevatedContainerColor.toColor($composer, 0b0110) stable labelColor: Color = @dynamic SuggestionChipTokens.LabelTextColor.toColor($composer, 0b0110) stable iconContentColor: Color = @dynamic MaterialTheme.colorScheme.onSurfaceVariant stable disabledContainerColor: Color = @dynamic SuggestionChipTokens.ElevatedDisabledContainerColor.toColor($composer, 0b0110).copy( alpha = SuggestionChipTokens . ElevatedDisabledContainerOpacity ) stable disabledLabelColor: Color = @dynamic SuggestionChipTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = SuggestionChipTokens . DisabledLabelTextOpacity ) stable disabledIconContentColor: Color = @dynamic MaterialTheme.colorScheme.onSurface.copy( alpha = 0.38f ) unused stable : SuggestionChipDefaults ): ChipColors fun elevatedSuggestionChipElevation( stable defaultElevation: Dp = @static SuggestionChipTokens.ElevatedContainerElevation stable pressedElevation: Dp = @static SuggestionChipTokens.ElevatedPressedContainerElevation stable focusedElevation: Dp = @static SuggestionChipTokens.ElevatedFocusContainerElevation stable hoveredElevation: Dp = @static SuggestionChipTokens.ElevatedHoverContainerElevation stable draggedElevation: Dp = @static SuggestionChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @static SuggestionChipTokens.ElevatedDisabledContainerElevation unused stable : SuggestionChipDefaults ): ChipElevation restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Chip( stable modifier: Modifier stable onClick: Function0 stable enabled: Boolean stable label: Function2 stable labelTextStyle: TextStyle stable labelColor: Color stable leadingIcon: Function2? stable avatar: Function2? stable trailingIcon: Function2? stable leadingIconColor: Color stable trailingIconColor: Color stable containerColor: Color stable tonalElevation: Dp stable shadowElevation: Dp stable minHeight: Dp stable paddingValues: PaddingValues stable shape: Shape stable border: BorderStroke? stable interactionSource: MutableInteractionSource ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun SelectableChip( stable selected: Boolean stable modifier: Modifier stable onClick: Function0 stable enabled: Boolean stable label: Function2 stable labelTextStyle: TextStyle stable leadingIcon: Function2? stable trailingIcon: Function2? stable elevation: SelectableChipElevation? stable colors: SelectableChipColors stable minHeight: Dp stable paddingValues: PaddingValues stable shape: Shape stable border: BorderStroke? stable interactionSource: MutableInteractionSource ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ChipContent( stable label: Function2 stable labelTextStyle: TextStyle stable labelColor: Color stable leadingIcon: Function2? stable avatar: Function2? stable trailingIcon: Function2? stable leadingIconColor: Color stable trailingIconColor: Color stable minHeight: Dp stable paddingValues: PaddingValues ) fun tonalElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : DefaultChipElevation ): State fun shadowElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : DefaultChipElevation ): State fun animateElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : DefaultChipElevation ): State fun tonalElevation( stable enabled: Boolean unused stable selected: Boolean stable interactionSource: InteractionSource stable : DefaultSelectableChipElevation ): State fun shadowElevation( stable enabled: Boolean unused stable selected: Boolean stable interactionSource: InteractionSource stable : DefaultSelectableChipElevation ): State fun animateElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : DefaultSelectableChipElevation ): State fun containerColor( stable enabled: Boolean stable : DefaultChipColors ): State fun labelColor( stable enabled: Boolean stable : DefaultChipColors ): State fun leadingIconContentColor( stable enabled: Boolean stable : DefaultChipColors ): State fun trailingIconContentColor( stable enabled: Boolean stable : DefaultChipColors ): State fun containerColor( stable enabled: Boolean stable selected: Boolean stable : DefaultSelectableChipColors ): State fun labelColor( stable enabled: Boolean stable selected: Boolean stable : DefaultSelectableChipColors ): State fun leadingIconContentColor( stable enabled: Boolean stable selected: Boolean stable : DefaultSelectableChipColors ): State fun trailingIconContentColor( stable enabled: Boolean stable selected: Boolean stable : DefaultSelectableChipColors ): State fun borderStroke( stable enabled: Boolean stable selected: Boolean stable : DefaultSelectableChipBorder ): State fun borderStroke( stable enabled: Boolean stable : DefaultChipBorder ): State readonly fun contentColorFor( stable backgroundColor: Color ): Color fun toColor( stable : ColorSchemeKeyTokens ): Color restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Divider( stable modifier: Modifier? = @static Companion stable color: Color = @dynamic DividerTokens.Color.toColor($composer, 0b0110) stable thickness: Dp = @static DividerTokens.Thickness stable startIndent: Dp = @static 0.dp ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun FloatingActionButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic FabPrimaryTokens.ContainerShape.toShape($composer, 0b0110) stable containerColor: Color = @dynamic FabPrimaryTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1100) stable elevation: FloatingActionButtonElevation? = @dynamic FloatingActionButtonDefaults.elevation((0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b0110000000000000, 0b1111) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun SmallFloatingActionButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic FabPrimarySmallTokens.ContainerShape.toShape($composer, 0b0110) stable containerColor: Color = @dynamic FabPrimaryTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1100) stable elevation: FloatingActionButtonElevation? = @dynamic FloatingActionButtonDefaults.elevation((0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b0110000000000000, 0b1111) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun LargeFloatingActionButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic FabPrimaryLargeTokens.ContainerShape.toShape($composer, 0b0110) stable containerColor: Color = @dynamic FabPrimaryLargeTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1100) stable elevation: FloatingActionButtonElevation? = @dynamic FloatingActionButtonDefaults.elevation((0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b0110000000000000, 0b1111) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ExtendedFloatingActionButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic ExtendedFabPrimaryTokens.ContainerShape.toShape($composer, 0b0110) stable containerColor: Color = @dynamic ExtendedFabPrimaryTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1100) stable elevation: FloatingActionButtonElevation? = @dynamic FloatingActionButtonDefaults.elevation((0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b0110000000000000, 0b1111) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ExtendedFloatingActionButton( stable text: Function2 stable icon: Function2 stable onClick: Function0 stable modifier: Modifier? = @static Companion stable expanded: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic ExtendedFabPrimaryTokens.ContainerShape.toShape($composer, 0b0110) stable containerColor: Color = @dynamic ExtendedFabPrimaryTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b00010101) stable elevation: FloatingActionButtonElevation? = @dynamic FloatingActionButtonDefaults.elevation((0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b0110000000000000, 0b1111) ) fun elevation( stable defaultElevation: Dp = @static FabPrimaryTokens.ContainerElevation stable pressedElevation: Dp = @static FabPrimaryTokens.PressedContainerElevation stable focusedElevation: Dp = @static FabPrimaryTokens.FocusContainerElevation stable hoveredElevation: Dp = @static FabPrimaryTokens.HoverContainerElevation unused stable : FloatingActionButtonDefaults ): FloatingActionButtonElevation fun loweredElevation( stable defaultElevation: Dp = @static FabPrimaryTokens.LoweredContainerElevation stable pressedElevation: Dp = @static FabPrimaryTokens.LoweredPressedContainerElevation stable focusedElevation: Dp = @static FabPrimaryTokens.LoweredFocusContainerElevation 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 scheme("[androidx.compose.ui.UiComposable]") fun Icon( stable imageVector: ImageVector stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.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 ) 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 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun IconButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable colors: IconButtonColors? = @dynamic IconButtonDefaults.iconButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun IconToggleButton( stable checked: Boolean stable onCheckedChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable colors: IconToggleButtonColors? = @dynamic IconButtonDefaults.iconToggleButtonColors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun FilledIconButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic FilledIconButtonTokens.ContainerShape.toShape($composer, 0b0110) stable colors: IconButtonColors? = @dynamic IconButtonDefaults.filledIconButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun FilledTonalIconButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic FilledIconButtonTokens.ContainerShape.toShape($composer, 0b0110) stable colors: IconButtonColors? = @dynamic IconButtonDefaults.filledTonalIconButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun FilledIconToggleButton( stable checked: Boolean stable onCheckedChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic FilledIconButtonTokens.ContainerShape.toShape($composer, 0b0110) stable colors: IconToggleButtonColors? = @dynamic IconButtonDefaults.filledIconToggleButtonColors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun FilledTonalIconToggleButton( stable checked: Boolean stable onCheckedChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic FilledIconButtonTokens.ContainerShape.toShape($composer, 0b0110) stable colors: IconToggleButtonColors? = @dynamic IconButtonDefaults.filledTonalIconToggleButtonColors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun OutlinedIconButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic OutlinedIconButtonTokens.ContainerShape.toShape($composer, 0b0110) stable border: BorderStroke? = @dynamic IconButtonDefaults.outlinedIconButtonBorder(enabled, $composer, 0b00110000 or 0b1110 and $dirty shr 0b0110) stable colors: IconButtonColors? = @dynamic IconButtonDefaults.outlinedIconButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun OutlinedIconToggleButton( stable checked: Boolean stable onCheckedChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic OutlinedIconButtonTokens.ContainerShape.toShape($composer, 0b0110) stable border: BorderStroke? = @dynamic IconButtonDefaults.outlinedIconToggleButtonBorder(enabled, checked, $composer, 0b000110000000 or 0b1110 and $dirty shr 0b1001 or 0b01110000 and $dirty shl 0b0011) stable colors: IconToggleButtonColors? = @dynamic IconButtonDefaults.outlinedIconToggleButtonColors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) stable content: Function2 ) fun iconButtonColors( stable containerColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic LocalContentColor.current stable disabledContainerColor: Color = @static Companion.Transparent stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = IconButtonTokens . DisabledIconOpacity ) unused stable : IconButtonDefaults ): IconButtonColors fun iconToggleButtonColors( stable containerColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic LocalContentColor.current stable disabledContainerColor: Color = @static Companion.Transparent stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = IconButtonTokens . DisabledIconOpacity ) stable checkedContainerColor: Color = @static Companion.Transparent stable checkedContentColor: Color = @dynamic IconButtonTokens.SelectedIconColor.toColor($composer, 0b0110) unused stable : IconButtonDefaults ): IconToggleButtonColors fun filledIconButtonColors( stable containerColor: Color = @dynamic FilledIconButtonTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $changed) stable disabledContainerColor: Color = @dynamic FilledIconButtonTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = FilledIconButtonTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic FilledIconButtonTokens.DisabledColor.toColor($composer, 0b0110).copy( alpha = FilledIconButtonTokens . DisabledOpacity ) unused stable : IconButtonDefaults ): IconButtonColors fun filledIconToggleButtonColors( stable containerColor: Color = @dynamic FilledIconButtonTokens.UnselectedContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic FilledIconButtonTokens.ToggleUnselectedColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @dynamic FilledIconButtonTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = FilledIconButtonTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic FilledIconButtonTokens.DisabledColor.toColor($composer, 0b0110).copy( alpha = FilledIconButtonTokens . DisabledOpacity ) stable checkedContainerColor: Color = @dynamic FilledIconButtonTokens.SelectedContainerColor.toColor($composer, 0b0110) stable checkedContentColor: Color = @dynamic contentColorFor(checkedContainerColor, $composer, 0b1110 and $changed shr 0b1100) unused stable : IconButtonDefaults ): IconToggleButtonColors fun filledTonalIconButtonColors( stable containerColor: Color = @dynamic FilledTonalIconButtonTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $changed) stable disabledContainerColor: Color = @dynamic FilledTonalIconButtonTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = FilledTonalIconButtonTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic FilledTonalIconButtonTokens.DisabledColor.toColor($composer, 0b0110).copy( alpha = FilledTonalIconButtonTokens . DisabledOpacity ) unused stable : IconButtonDefaults ): IconButtonColors fun filledTonalIconToggleButtonColors( stable containerColor: Color = @dynamic FilledTonalIconButtonTokens.UnselectedContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $changed) stable disabledContainerColor: Color = @dynamic FilledTonalIconButtonTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = FilledTonalIconButtonTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic FilledTonalIconButtonTokens.DisabledColor.toColor($composer, 0b0110).copy( alpha = FilledTonalIconButtonTokens . DisabledOpacity ) stable checkedContainerColor: Color = @dynamic FilledTonalIconButtonTokens.SelectedContainerColor.toColor($composer, 0b0110) stable checkedContentColor: Color = @dynamic FilledTonalIconButtonTokens.ToggleSelectedColor.toColor($composer, 0b0110) unused stable : IconButtonDefaults ): IconToggleButtonColors fun outlinedIconButtonColors( stable containerColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic LocalContentColor.current stable disabledContainerColor: Color = @static Companion.Transparent stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = OutlinedIconButtonTokens . DisabledOpacity ) unused stable : IconButtonDefaults ): IconButtonColors fun outlinedIconToggleButtonColors( stable containerColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic LocalContentColor.current stable disabledContainerColor: Color = @static Companion.Transparent stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = OutlinedIconButtonTokens . DisabledOpacity ) stable checkedContainerColor: Color = @dynamic OutlinedIconButtonTokens.SelectedContainerColor.toColor($composer, 0b0110) stable checkedContentColor: Color = @dynamic contentColorFor(checkedContainerColor, $composer, 0b1110 and $changed shr 0b1100) unused stable : IconButtonDefaults ): IconToggleButtonColors fun outlinedIconToggleButtonBorder( stable enabled: Boolean stable checked: Boolean stable : IconButtonDefaults ): BorderStroke? fun outlinedIconButtonBorder( stable enabled: Boolean unused stable : IconButtonDefaults ): BorderStroke fun containerColor( stable enabled: Boolean stable : DefaultIconButtonColors ): State fun contentColor( stable enabled: Boolean stable : DefaultIconButtonColors ): State fun containerColor( stable enabled: Boolean stable checked: Boolean stable : DefaultIconToggleButtonColors ): State fun contentColor( stable enabled: Boolean stable checked: Boolean stable : DefaultIconToggleButtonColors ): State restartable skippable scheme("[0, [0]]") fun MaterialTheme( stable colorScheme: ColorScheme? = @dynamic MaterialTheme.colorScheme stable shapes: Shapes? = @dynamic MaterialTheme.shapes stable typography: Typography? = @dynamic MaterialTheme.typography 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 fun rememberTextSelectionColors( stable colorScheme: ColorScheme ): TextSelectionColors restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun DropdownMenuContent( expandedStates: MutableTransitionState stable transformOriginState: MutableState stable modifier: Modifier? = @static Companion stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun DropdownMenuItemContent( stable text: Function2 stable onClick: Function0 stable modifier: Modifier stable leadingIcon: Function2? stable trailingIcon: Function2? stable enabled: Boolean stable colors: MenuItemColors stable contentPadding: PaddingValues stable interactionSource: MutableInteractionSource ) fun itemColors( stable textColor: Color = @dynamic MenuTokens.ListItemLabelTextColor.toColor($composer, 0b0110) stable leadingIconColor: Color = @dynamic MenuTokens.ListItemLeadingIconColor.toColor($composer, 0b0110) stable trailingIconColor: Color = @dynamic MenuTokens.ListItemTrailingIconColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic MenuTokens.ListItemDisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = MenuTokens . ListItemDisabledLabelTextOpacity ) stable disabledLeadingIconColor: Color = @dynamic MenuTokens.ListItemDisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = MenuTokens . ListItemDisabledLeadingIconOpacity ) stable disabledTrailingIconColor: Color = @dynamic MenuTokens.ListItemDisabledTrailingIconColor.toColor($composer, 0b0110).copy( alpha = MenuTokens . ListItemDisabledTrailingIconOpacity ) unused stable : MenuDefaults ): MenuItemColors restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Divider( stable modifier: Modifier? = @static Companion stable color: Color = @dynamic MenuTokens.DividerColor.toColor($composer, 0b0110) stable thickness: Dp = @static MenuTokens.DividerHeight unused stable : MenuDefaults ) fun textColor( stable enabled: Boolean stable : DefaultMenuItemColors ): State fun leadingIconColor( stable enabled: Boolean stable : DefaultMenuItemColors ): State fun trailingIconColor( stable enabled: Boolean stable : DefaultMenuItemColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun NavigationBar( stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic NavigationBarTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic MaterialTheme.colorScheme.contentColorFor(containerColor) stable tonalElevation: Dp = @static NavigationBarTokens.ContainerElevation stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [_], [androidx.compose.ui.UiComposable]]") 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({ MutableInteractionSource ( ) } , $composer, 0) stable colors: NavigationBarItemColors? = @dynamic NavigationBarItemDefaults.colors((0L), (0L), (0L), (0L), (0L), $composer, 0b00110000000000000000, 0b00011111) ) fun colors( stable selectedIconColor: Color = @dynamic NavigationBarTokens.ActiveIconColor.toColor($composer, 0b0110) stable unselectedIconColor: Color = @dynamic NavigationBarTokens.InactiveIconColor.toColor($composer, 0b0110) stable selectedTextColor: Color = @dynamic NavigationBarTokens.ActiveLabelTextColor.toColor($composer, 0b0110) stable unselectedTextColor: Color = @dynamic NavigationBarTokens.InactiveLabelTextColor.toColor($composer, 0b0110) stable indicatorColor: Color = @dynamic NavigationBarTokens.ActiveIndicatorColor.toColor($composer, 0b0110) 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ModalNavigationDrawer( 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 NavigationDrawerTokens.ContainerShape.toShape($composer, 0b0110) stable drawerTonalElevation: Dp = @static DrawerDefaults.ModalDrawerElevation stable drawerContainerColor: Color = @dynamic NavigationDrawerTokens.ContainerColor.toColor($composer, 0b0110) stable drawerContentColor: Color = @dynamic contentColorFor(drawerContainerColor, $composer, 0b1110 and $dirty shr 0b00010010) stable scrimColor: Color = @dynamic DrawerDefaults.scrimColor stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") 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 NavigationDrawerTokens.ContainerShape.toShape($composer, 0b0110) stable drawerTonalElevation: Dp = @static DrawerDefaults.ModalDrawerElevation stable drawerContainerColor: Color = @dynamic NavigationDrawerTokens.ContainerColor.toColor($composer, 0b0110) stable drawerContentColor: Color = @dynamic contentColorFor(drawerContainerColor, $composer, 0b1110 and $dirty shr 0b00010010) stable scrimColor: Color = @dynamic DrawerDefaults.scrimColor stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun DismissibleNavigationDrawer( 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? = @static Companion.None stable drawerTonalElevation: Dp = @static DrawerDefaults.DismissibleDrawerElevation stable drawerContainerColor: Color = @dynamic MaterialTheme.colorScheme.surface stable drawerContentColor: Color = @dynamic contentColorFor(drawerContainerColor, $composer, 0b1110 and $dirty shr 0b00010010) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun PermanentNavigationDrawer( stable drawerContent: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable drawerShape: Shape? = @static Companion.None stable drawerTonalElevation: Dp = @static DrawerDefaults.PermanentDrawerElevation stable drawerContainerColor: Color = @dynamic MaterialTheme.colorScheme.surface stable drawerContentColor: Color = @dynamic contentColorFor(drawerContainerColor, $composer, 0b1110 and $dirty shr 0b1100) stable content: Function2 ) fun ( unused stable : DrawerDefaults ): Color restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun NavigationDrawerItem( stable label: Function2 stable selected: Boolean stable onClick: Function0 stable modifier: Modifier? = @static Companion stable icon: Function2? = @static null stable badge: Function2? = @static null stable shape: Shape? = @dynamic NavigationDrawerTokens.ActiveIndicatorShape.toShape($composer, 0b0110) stable colors: NavigationDrawerItemColors? = @dynamic NavigationDrawerItemDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b0110000000000000000000000000, 0b11111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) fun colors( stable selectedContainerColor: Color = @dynamic NavigationDrawerTokens.ActiveIndicatorColor.toColor($composer, 0b0110) stable unselectedContainerColor: Color = @dynamic NavigationDrawerTokens.ContainerColor.toColor($composer, 0b0110) stable selectedIconColor: Color = @dynamic NavigationDrawerTokens.ActiveIconColor.toColor($composer, 0b0110) stable unselectedIconColor: Color = @dynamic NavigationDrawerTokens.InactiveIconColor.toColor($composer, 0b0110) stable selectedTextColor: Color = @dynamic NavigationDrawerTokens.ActiveLabelTextColor.toColor($composer, 0b0110) stable unselectedTextColor: Color = @dynamic NavigationDrawerTokens.InactiveLabelTextColor.toColor($composer, 0b0110) stable selectedBadgeColor: Color = @dynamic selectedTextColor stable unselectedBadgeColor: Color = @dynamic unselectedTextColor unused stable : NavigationDrawerItemDefaults ): NavigationDrawerItemColors fun iconColor( stable selected: Boolean stable : DefaultDrawerItemsColor ): State fun textColor( stable selected: Boolean stable : DefaultDrawerItemsColor ): State fun containerColor( stable selected: Boolean stable : DefaultDrawerItemsColor ): State fun badgeColor( stable selected: Boolean stable : DefaultDrawerItemsColor ): State restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Scrim( stable open: Boolean stable onClose: Function0 stable fraction: Function0 stable color: Color ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun NavigationRail( stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic NavigationRailTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b0011) stable header: @[ExtensionFunctionType] Function3? = @static null stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [_], [androidx.compose.ui.UiComposable]]") 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({ MutableInteractionSource ( ) } , $composer, 0) stable colors: NavigationRailItemColors? = @dynamic NavigationRailItemDefaults.colors((0L), (0L), (0L), (0L), (0L), $composer, 0b00110000000000000000, 0b00011111) ) fun colors( stable selectedIconColor: Color = @dynamic NavigationRailTokens.ActiveIconColor.toColor($composer, 0b0110) stable unselectedIconColor: Color = @dynamic NavigationRailTokens.InactiveIconColor.toColor($composer, 0b0110) stable selectedTextColor: Color = @dynamic NavigationRailTokens.ActiveLabelTextColor.toColor($composer, 0b0110) stable unselectedTextColor: Color = @dynamic NavigationRailTokens.InactiveLabelTextColor.toColor($composer, 0b0110) stable indicatorColor: Color = @dynamic NavigationRailTokens.ActiveIndicatorColor.toColor($composer, 0b0110) 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun NavigationRailItemBaselineLayout( stable indicator: Function2 stable icon: Function2 stable label: Function2? stable alwaysShowLabel: Boolean stable animationProgress: Float ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun OutlinedTextField( stable value: String stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable readOnly: Boolean = @static false stable textStyle: TextStyle? = @dynamic LocalTextStyle.current stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable isError: Boolean = @static false stable visualTransformation: VisualTransformation? = @static Companion.None stable keyboardOptions: KeyboardOptions? = @dynamic Companion.Default keyboardActions: KeyboardActions? = @dynamic Companion.Default stable singleLine: Boolean = @static false stable maxLines: Int = @static Companion.MAX_VALUE stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic OutlinedTextFieldTokens.ContainerShape.toShape($composer, 0b0110) stable colors: TextFieldColors? = @dynamic TextFieldDefaults.outlinedTextFieldColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0b110000000000, 0b011111111111111111111111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun OutlinedTextField( stable value: TextFieldValue stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable readOnly: Boolean = @static false stable textStyle: TextStyle? = @dynamic LocalTextStyle.current stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable isError: Boolean = @static false stable visualTransformation: VisualTransformation? = @static Companion.None stable keyboardOptions: KeyboardOptions? = @dynamic Companion.Default keyboardActions: KeyboardActions? = @dynamic Companion.Default stable singleLine: Boolean = @static false stable maxLines: Int = @static Companion.MAX_VALUE stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic OutlinedTextFieldTokens.ContainerShape.toShape($composer, 0b0110) stable colors: TextFieldColors? = @dynamic TextFieldDefaults.outlinedTextFieldColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0b110000000000, 0b011111111111111111111111) ) 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], [androidx.compose.ui.UiComposable]]") fun OutlinedTextFieldLayout( stable modifier: Modifier stable textField: Function2 stable placeholder: Function3? stable label: Function2? stable leading: Function2? stable trailing: Function2? stable singleLine: Boolean stable animationProgress: Float stable onLabelMeasured: Function1 stable border: Function2 stable paddingValues: PaddingValues ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LinearProgressIndicator( stable progress: Float stable modifier: Modifier? = @static Companion stable color: Color = @dynamic LinearProgressIndicatorTokens.ActiveIndicatorColor.toColor($composer, 0b0110) stable trackColor: Color = @dynamic LinearProgressIndicatorTokens.TrackColor.toColor($composer, 0b0110) ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LinearProgressIndicator( stable modifier: Modifier? = @static Companion stable color: Color = @dynamic LinearProgressIndicatorTokens.ActiveIndicatorColor.toColor($composer, 0b0110) stable trackColor: Color = @dynamic LinearProgressIndicatorTokens.TrackColor.toColor($composer, 0b0110) ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CircularProgressIndicator( stable progress: Float stable modifier: Modifier? = @static Companion stable color: Color = @dynamic CircularProgressIndicatorTokens.ActiveIndicatorColor.toColor($composer, 0b0110) stable strokeWidth: Dp = @static CircularProgressIndicatorTokens.ActiveIndicatorWidth ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CircularProgressIndicator( stable modifier: Modifier? = @static Companion stable color: Color = @dynamic CircularProgressIndicatorTokens.ActiveIndicatorColor.toColor($composer, 0b0110) stable strokeWidth: Dp = @static CircularProgressIndicatorTokens.ActiveIndicatorWidth ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun RadioButton( stable selected: Boolean stable onClick: Function0? stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable colors: RadioButtonColors? = @dynamic RadioButtonDefaults.colors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) ) fun colors( stable selectedColor: Color = @dynamic RadioButtonTokens.SelectedIconColor.toColor($composer, 0b0110) stable unselectedColor: Color = @dynamic RadioButtonTokens.UnselectedIconColor.toColor($composer, 0b0110) stable disabledSelectedColor: Color = @dynamic RadioButtonTokens.DisabledSelectedIconColor.toColor($composer, 0b0110).copy( alpha = RadioButtonTokens . DisabledSelectedIconOpacity ) stable disabledUnselectedColor: Color = @dynamic RadioButtonTokens.DisabledUnselectedIconColor.toColor($composer, 0b0110).copy( alpha = RadioButtonTokens . DisabledUnselectedIconOpacity ) unused stable : RadioButtonDefaults ): RadioButtonColors fun radioColor( stable enabled: Boolean stable selected: Boolean stable : DefaultRadioButtonColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [_], [_], [_], [_], [_]]") 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 scheme("[androidx.compose.ui.UiComposable, [_], [_], [_], [_], [_]]") fun ScaffoldLayout( stable fabPosition: FabPosition stable topBar: Function2 stable content: Function3 stable snackbar: Function2 stable fab: Function2 stable bottomBar: Function2 ) fun toShape( stable : ShapeKeyTokens ): Shape restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Slider( stable value: Float stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable valueRange: ClosedFloatingPointRange? = @dynamic 0.0f .. 1.0f stable steps: Int = @static 0 stable onValueChangeFinished: Function0? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable colors: SliderColors? = @dynamic SliderDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b0110, 0b001111111111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun RangeSlider( stable values: ClosedFloatingPointRange stable onValueChange: Function1, Unit> stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable valueRange: ClosedFloatingPointRange? = @dynamic 0.0f .. 1.0f stable steps: Int = @static 0 stable onValueChangeFinished: Function0? = @static null stable colors: SliderColors? = @dynamic SliderDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b0110, 0b001111111111) ) restartable scheme("[androidx.compose.ui.UiComposable]") fun RangeSliderImpl( stable enabled: Boolean stable positionFractionStart: Float stable positionFractionEnd: Float unstable tickFractions: List stable colors: SliderColors stable width: Float stable startInteractionSource: MutableInteractionSource stable endInteractionSource: MutableInteractionSource stable modifier: Modifier stable startThumbSemantics: Modifier stable endThumbSemantics: Modifier ) fun colors( stable thumbColor: Color = @dynamic SliderTokens.HandleColor.toColor($composer, 0b0110) stable disabledThumbColor: Color = @dynamic SliderTokens.DisabledHandleColor.toColor($composer, 0b0110).copy( alpha = SliderTokens . DisabledHandleOpacity ).compositeOver(MaterialTheme.colorScheme.surface) stable activeTrackColor: Color = @dynamic SliderTokens.ActiveTrackColor.toColor($composer, 0b0110) stable inactiveTrackColor: Color = @dynamic SliderTokens.InactiveTrackColor.toColor($composer, 0b0110) stable disabledActiveTrackColor: Color = @dynamic SliderTokens.DisabledActiveTrackColor.toColor($composer, 0b0110).copy( alpha = SliderTokens . DisabledActiveTrackOpacity ) stable disabledInactiveTrackColor: Color = @dynamic SliderTokens.DisabledInactiveTrackColor.toColor($composer, 0b0110).copy( alpha = SliderTokens . DisabledInactiveTrackOpacity ) stable activeTickColor: Color = @dynamic SliderTokens.TickMarksActiveContainerColor.toColor($composer, 0b0110).copy( alpha = SliderTokens . TickMarksActiveContainerOpacity ) stable inactiveTickColor: Color = @dynamic SliderTokens.TickMarksInactiveContainerColor.toColor($composer, 0b0110).copy( alpha = SliderTokens . TickMarksInactiveContainerOpacity ) stable disabledActiveTickColor: Color = @dynamic SliderTokens.TickMarksDisabledContainerColor.toColor($composer, 0b0110).copy( alpha = SliderTokens . TickMarksDisabledContainerOpacity ) stable disabledInactiveTickColor: Color = @dynamic SliderTokens.TickMarksDisabledContainerColor.toColor($composer, 0b0110).copy( alpha = SliderTokens . TickMarksDisabledContainerOpacity ) unused stable : SliderDefaults ): SliderColors restartable scheme("[androidx.compose.ui.UiComposable]") fun SliderImpl( stable enabled: Boolean stable positionFraction: Float unstable tickFractions: List stable colors: SliderColors stable width: Float stable interactionSource: MutableInteractionSource stable modifier: Modifier ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SliderThumb( stable : BoxScope stable modifier: Modifier stable offset: Dp stable interactionSource: MutableInteractionSource stable colors: SliderColors stable enabled: Boolean stable thumbSize: DpSize ) restartable scheme("[androidx.compose.ui.UiComposable]") fun Track( stable modifier: Modifier stable colors: SliderColors stable enabled: Boolean stable positionFractionStart: Float stable positionFractionEnd: Float unstable tickFractions: List stable thumbWidth: Dp stable trackStrokeWidth: Float ) restartable skippable fun CorrectValueSideEffect( stable scaleToOffset: Function1 stable valueRange: ClosedFloatingPointRange stable trackRange: ClosedFloatingPointRange stable valueState: MutableState stable value: Float ) fun thumbColor( stable enabled: Boolean stable : DefaultSliderColors ): State fun trackColor( stable enabled: Boolean stable active: Boolean stable : DefaultSliderColors ): State fun tickColor( stable enabled: Boolean stable active: Boolean stable : DefaultSliderColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") 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? = @dynamic SnackbarTokens.ContainerShape.toShape($composer, 0b0110) stable containerColor: Color = @dynamic SnackbarTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic SnackbarTokens.SupportingTextColor.toColor($composer, 0b0110) stable actionContentColor: Color = @dynamic SnackbarTokens.ActionLabelTextColor.toColor($composer, 0b0110) stable dismissActionContentColor: Color = @dynamic SnackbarTokens.IconColor.toColor($composer, 0b0110) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Snackbar( stable snackbarData: SnackbarData stable modifier: Modifier? = @static Companion stable actionOnNewLine: Boolean = @static false stable shape: Shape? = @dynamic SnackbarTokens.ContainerShape.toShape($composer, 0b0110) stable containerColor: Color = @dynamic SnackbarTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic SnackbarTokens.SupportingTextColor.toColor($composer, 0b0110) stable actionColor: Color = @dynamic SnackbarTokens.ActionLabelTextColor.toColor($composer, 0b0110) stable actionContentColor: Color = @dynamic SnackbarTokens.ActionLabelTextColor.toColor($composer, 0b0110) stable dismissActionContentColor: Color = @dynamic SnackbarTokens.IconColor.toColor($composer, 0b0110) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun NewLineButtonSnackbar( stable text: Function2 stable action: Function2 stable dismissAction: Function2? stable actionTextStyle: TextStyle stable actionContentColor: Color stable dismissActionContentColor: Color ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun OneRowSnackbar( stable text: Function2 stable action: Function2? stable dismissAction: Function2? stable actionTextStyle: TextStyle stable actionTextColor: Color stable dismissActionColor: Color ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun SnackbarHost( stable hostState: SnackbarHostState stable modifier: Modifier? = @static Companion stable snackbar: Function3? = @static ComposableSingletons$SnackbarHostKt.lambda-1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Surface( stable modifier: Modifier? = @static Companion stable shape: Shape? = @static Companion.None stable color: Color = @dynamic MaterialTheme.colorScheme.surface stable contentColor: Color = @dynamic contentColorFor(color, $composer, 0b1110 and $changed shr 0b0110) stable tonalElevation: Dp = @static 0.dp stable shadowElevation: Dp = @static 0.dp stable border: BorderStroke? = @static null stable content: Function2 ) scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Surface( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @static Companion.None stable color: Color = @dynamic MaterialTheme.colorScheme.surface stable contentColor: Color = @dynamic contentColorFor(color, $composer, 0b1110 and $changed shr 0b1100) stable tonalElevation: Dp = @static 0.dp stable shadowElevation: Dp = @static 0.dp stable border: BorderStroke? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Surface( stable selected: Boolean stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @static Companion.None stable color: Color = @dynamic MaterialTheme.colorScheme.surface stable contentColor: Color = @dynamic contentColorFor(color, $composer, 0b1110 and $changed shr 0b1111) stable tonalElevation: Dp = @static 0.dp stable shadowElevation: Dp = @static 0.dp stable border: BorderStroke? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Surface( stable checked: Boolean stable onCheckedChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @static Companion.None stable color: Color = @dynamic MaterialTheme.colorScheme.surface stable contentColor: Color = @dynamic contentColorFor(color, $composer, 0b1110 and $changed shr 0b1111) stable tonalElevation: Dp = @static 0.dp stable shadowElevation: Dp = @static 0.dp stable border: BorderStroke? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) fun surfaceColorAtElevation( stable color: Color stable elevation: Dp ): Color 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Switch( stable checked: Boolean stable onCheckedChange: Function1? stable modifier: Modifier? = @static Companion stable thumbContent: Function2? = @static null stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable colors: SwitchColors? = @dynamic SwitchDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b000110000000000000000000, 0b1111111111111111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun SwitchImpl( stable : BoxScope stable checked: Boolean stable enabled: Boolean stable colors: SwitchColors stable thumbValue: State stable thumbContent: Function2? stable interactionSource: InteractionSource stable thumbShape: Shape stable uncheckedThumbDiameter: Dp stable minBound: Dp stable maxBound: Dp ) fun colors( stable checkedThumbColor: Color = @dynamic SwitchTokens.SelectedHandleColor.toColor($composer, 0b0110) stable checkedTrackColor: Color = @dynamic SwitchTokens.SelectedTrackColor.toColor($composer, 0b0110) stable checkedBorderColor: Color = @static Companion.Transparent stable checkedIconColor: Color = @dynamic SwitchTokens.SelectedIconColor.toColor($composer, 0b0110) stable uncheckedThumbColor: Color = @dynamic SwitchTokens.UnselectedHandleColor.toColor($composer, 0b0110) stable uncheckedTrackColor: Color = @dynamic SwitchTokens.UnselectedTrackColor.toColor($composer, 0b0110) stable uncheckedBorderColor: Color = @dynamic SwitchTokens.UnselectedFocusTrackOutlineColor.toColor($composer, 0b0110) stable uncheckedIconColor: Color = @dynamic SwitchTokens.UnselectedIconColor.toColor($composer, 0b0110) stable disabledCheckedThumbColor: Color = @dynamic checkedThumbColor.copy( alpha = SwitchTokens . DisabledSelectedHandleOpacity ).compositeOver(MaterialTheme.colorScheme.surface) stable disabledCheckedTrackColor: Color = @dynamic checkedTrackColor.copy( alpha = SwitchTokens . DisabledTrackOpacity ).compositeOver(MaterialTheme.colorScheme.surface) stable disabledCheckedBorderColor: Color = @static Companion.Transparent stable disabledCheckedIconColor: Color = @dynamic SwitchTokens.DisabledSelectedIconColor.toColor($composer, 0b0110).copy( alpha = SwitchTokens . DisabledSelectedIconOpacity ).compositeOver(MaterialTheme.colorScheme.surface) stable disabledUncheckedThumbColor: Color = @dynamic uncheckedThumbColor.copy( alpha = SwitchTokens . DisabledSelectedHandleOpacity ).compositeOver(MaterialTheme.colorScheme.surface) stable disabledUncheckedTrackColor: Color = @dynamic uncheckedTrackColor.copy( alpha = SwitchTokens . DisabledTrackOpacity ).compositeOver(MaterialTheme.colorScheme.surface) stable disabledUncheckedBorderColor: Color = @dynamic SwitchTokens.DisabledUnselectedTrackOutlineColor.toColor($composer, 0b0110).copy( alpha = SwitchTokens . DisabledTrackOpacity ).compositeOver(MaterialTheme.colorScheme.surface) stable disabledUncheckedIconColor: Color = @dynamic SwitchTokens.DisabledUnselectedIconColor.toColor($composer, 0b0110).copy( alpha = SwitchTokens . DisabledUnselectedIconOpacity ).compositeOver(MaterialTheme.colorScheme.surface) unused stable : SwitchDefaults ): SwitchColors fun thumbColor( stable enabled: Boolean stable checked: Boolean stable : DefaultSwitchColors ): State fun trackColor( stable enabled: Boolean stable checked: Boolean stable : DefaultSwitchColors ): State fun borderColor( stable enabled: Boolean stable checked: Boolean stable : DefaultSwitchColors ): State fun iconColor( stable enabled: Boolean stable checked: Boolean stable : DefaultSwitchColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Tab( stable selected: Boolean stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable text: Function2? = @static null stable icon: Function2? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable selectedContentColor: Color = @dynamic LocalContentColor.current stable unselectedContentColor: Color = @dynamic selectedContentColor ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun LeadingIconTab( stable selected: Boolean stable onClick: Function0 stable text: Function2 stable icon: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable selectedContentColor: Color = @dynamic LocalContentColor.current stable unselectedContentColor: Color = @dynamic selectedContentColor ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Tab( stable selected: Boolean stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable selectedContentColor: Color = @dynamic LocalContentColor.current stable unselectedContentColor: Color = @dynamic selectedContentColor stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[0, [0]]") fun TabTransition( stable activeColor: Color stable inactiveColor: Color stable selected: Boolean stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TabBaselineLayout( stable text: Function2? stable icon: Function2? ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [_], [_], [_]]") fun TabRow( stable selectedTabIndex: Int stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(PrimaryNavigationTabTokens.ContainerColor) stable contentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(PrimaryNavigationTabTokens.ActiveLabelTextColor) stable indicator: Function3<@[ParameterName(name = 'tabPositions')] List, Composer, Int, Unit>? = @static composableLambda($composer, -2052073983, true) { tabPositions: List, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C133@6768L92:TabRow.kt#uh7d8r" ) TabRowDefaults . Indicator ( TabRowDefaults . tabIndicatorOffset ( tabPositions [ selectedTabIndex ] ) , ( 0.0f ) , ( 0L ) , $composer , 0b110000000000 , 0b0110 ) } stable divider: Function2? = @static ComposableSingletons$TabRowKt.lambda-1 stable tabs: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [_], [_], [_]]") fun ScrollableTabRow( stable selectedTabIndex: Int stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(PrimaryNavigationTabTokens.ContainerColor) stable contentColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(PrimaryNavigationTabTokens.ActiveLabelTextColor) stable edgePadding: Dp = @static ScrollableTabRowPadding stable indicator: Function3<@[ParameterName(name = 'tabPositions')] List, Composer, Int, Unit>? = @static composableLambda($composer, -913748678, true) { tabPositions: List, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C224@11290L92:TabRow.kt#uh7d8r" ) TabRowDefaults . Indicator ( TabRowDefaults . tabIndicatorOffset ( tabPositions [ selectedTabIndex ] ) , ( 0.0f ) , ( 0L ) , $composer , 0b110000000000 , 0b0110 ) } stable divider: Function2? = @static ComposableSingletons$TabRowKt.lambda-2 stable tabs: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Divider( stable modifier: Modifier? = @static Companion stable thickness: Dp = @static PrimaryNavigationTabTokens.DividerHeight stable color: Color = @dynamic MaterialTheme.colorScheme.fromToken(PrimaryNavigationTabTokens.DividerColor) unused stable : TabRowDefaults ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Indicator( stable modifier: Modifier? = @static Companion stable height: Dp = @static PrimaryNavigationTabTokens.ActiveIndicatorHeight stable color: Color = @dynamic MaterialTheme.colorScheme.fromToken(PrimaryNavigationTabTokens.ActiveIndicatorColor) unused stable : TabRowDefaults ) 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 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 unstable inlineContent: Map? = @dynamic 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 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TextField( stable value: String stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable readOnly: Boolean = @static false stable textStyle: TextStyle? = @dynamic LocalTextStyle.current stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable isError: Boolean = @static false stable visualTransformation: VisualTransformation? = @static Companion.None stable keyboardOptions: KeyboardOptions? = @dynamic Companion.Default keyboardActions: KeyboardActions? = @dynamic Companion.Default stable singleLine: Boolean = @static false stable maxLines: Int = @static Companion.MAX_VALUE stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic FilledTextFieldTokens.ContainerShape.toShape($composer, 0b0110) stable colors: TextFieldColors? = @dynamic TextFieldDefaults.textFieldColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0b110000000000, 0b011111111111111111111111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TextField( stable value: TextFieldValue stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable readOnly: Boolean = @static false stable textStyle: TextStyle? = @dynamic LocalTextStyle.current stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable isError: Boolean = @static false stable visualTransformation: VisualTransformation? = @static Companion.None stable keyboardOptions: KeyboardOptions? = @dynamic Companion.Default keyboardActions: KeyboardActions? = @dynamic Companion.Default stable singleLine: Boolean = @static false stable maxLines: Int = @static Companion.MAX_VALUE stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic FilledTextFieldTokens.ContainerShape.toShape($composer, 0b0110) stable colors: TextFieldColors? = @dynamic TextFieldDefaults.textFieldColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0b110000000000, 0b011111111111111111111111) ) 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 TextFieldLayout( stable modifier: Modifier stable textField: Function2 stable label: Function2? stable placeholder: Function3? stable leading: Function2? stable trailing: Function2? stable singleLine: Boolean stable animationProgress: Float stable paddingValues: PaddingValues ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun BorderBox( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable colors: TextFieldColors stable shape: Shape? = @dynamic OutlinedTextFieldTokens.ContainerShape.toShape($composer, 0b0110) stable focusedBorderThickness: Dp = @dynamic FocusedBorderThickness stable unfocusedBorderThickness: Dp = @dynamic UnfocusedBorderThickness stable : TextFieldDefaults ) fun textFieldColors( stable textColor: Color = @dynamic FilledTextFieldTokens.InputColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic FilledTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledInputOpacity ) stable containerColor: Color = @dynamic FilledTextFieldTokens.ContainerColor.toColor($composer, 0b0110) stable cursorColor: Color = @dynamic FilledTextFieldTokens.CaretColor.toColor($composer, 0b0110) stable errorCursorColor: Color = @dynamic FilledTextFieldTokens.ErrorFocusCaretColor.toColor($composer, 0b0110) stable focusedIndicatorColor: Color = @dynamic FilledTextFieldTokens.FocusActiveIndicatorColor.toColor($composer, 0b0110) stable unfocusedIndicatorColor: Color = @dynamic FilledTextFieldTokens.ActiveIndicatorColor.toColor($composer, 0b0110) stable disabledIndicatorColor: Color = @dynamic FilledTextFieldTokens.DisabledActiveIndicatorColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledActiveIndicatorOpacity ) stable errorIndicatorColor: Color = @dynamic FilledTextFieldTokens.ErrorActiveIndicatorColor.toColor($composer, 0b0110) stable focusedLeadingIconColor: Color = @dynamic FilledTextFieldTokens.FocusLeadingIconColor.toColor($composer, 0b0110) stable unfocusedLeadingIconColor: Color = @dynamic FilledTextFieldTokens.LeadingIconColor.toColor($composer, 0b0110) stable disabledLeadingIconColor: Color = @dynamic FilledTextFieldTokens.DisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledLeadingIconOpacity ) stable errorLeadingIconColor: Color = @dynamic FilledTextFieldTokens.ErrorLeadingIconColor.toColor($composer, 0b0110) stable focusedTrailingIconColor: Color = @dynamic FilledTextFieldTokens.FocusTrailingIconColor.toColor($composer, 0b0110) stable unfocusedTrailingIconColor: Color = @dynamic FilledTextFieldTokens.TrailingIconColor.toColor($composer, 0b0110) stable disabledTrailingIconColor: Color = @dynamic FilledTextFieldTokens.DisabledTrailingIconColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledTrailingIconOpacity ) stable errorTrailingIconColor: Color = @dynamic FilledTextFieldTokens.ErrorTrailingIconColor.toColor($composer, 0b0110) stable focusedLabelColor: Color = @dynamic FilledTextFieldTokens.FocusLabelColor.toColor($composer, 0b0110) stable unfocusedLabelColor: Color = @dynamic FilledTextFieldTokens.LabelColor.toColor($composer, 0b0110) stable disabledLabelColor: Color = @dynamic FilledTextFieldTokens.DisabledLabelColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledLabelOpacity ) stable errorLabelColor: Color = @dynamic FilledTextFieldTokens.ErrorLabelColor.toColor($composer, 0b0110) stable placeholderColor: Color = @dynamic FilledTextFieldTokens.InputPlaceholderColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic FilledTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledInputOpacity ) unused stable : TextFieldDefaults ): TextFieldColors fun outlinedTextFieldColors( stable textColor: Color = @dynamic OutlinedTextFieldTokens.InputColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic OutlinedTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledInputOpacity ) stable containerColor: Color = @static Companion.Transparent stable cursorColor: Color = @dynamic OutlinedTextFieldTokens.CaretColor.toColor($composer, 0b0110) stable errorCursorColor: Color = @dynamic OutlinedTextFieldTokens.ErrorFocusCaretColor.toColor($composer, 0b0110) stable focusedBorderColor: Color = @dynamic OutlinedTextFieldTokens.FocusOutlineColor.toColor($composer, 0b0110) stable unfocusedBorderColor: Color = @dynamic OutlinedTextFieldTokens.OutlineColor.toColor($composer, 0b0110) stable disabledBorderColor: Color = @dynamic OutlinedTextFieldTokens.DisabledOutlineColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledOutlineOpacity ) stable errorBorderColor: Color = @dynamic OutlinedTextFieldTokens.ErrorOutlineColor.toColor($composer, 0b0110) stable focusedLeadingIconColor: Color = @dynamic OutlinedTextFieldTokens.FocusLeadingIconColor.toColor($composer, 0b0110) stable unfocusedLeadingIconColor: Color = @dynamic OutlinedTextFieldTokens.LeadingIconColor.toColor($composer, 0b0110) stable disabledLeadingIconColor: Color = @dynamic OutlinedTextFieldTokens.DisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledLeadingIconOpacity ) stable errorLeadingIconColor: Color = @dynamic OutlinedTextFieldTokens.ErrorLeadingIconColor.toColor($composer, 0b0110) stable focusedTrailingIconColor: Color = @dynamic OutlinedTextFieldTokens.FocusTrailingIconColor.toColor($composer, 0b0110) stable unfocusedTrailingIconColor: Color = @dynamic OutlinedTextFieldTokens.TrailingIconColor.toColor($composer, 0b0110) stable disabledTrailingIconColor: Color = @dynamic OutlinedTextFieldTokens.DisabledTrailingIconColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledTrailingIconOpacity ) stable errorTrailingIconColor: Color = @dynamic OutlinedTextFieldTokens.ErrorTrailingIconColor.toColor($composer, 0b0110) stable focusedLabelColor: Color = @dynamic OutlinedTextFieldTokens.FocusLabelColor.toColor($composer, 0b0110) stable unfocusedLabelColor: Color = @dynamic OutlinedTextFieldTokens.LabelColor.toColor($composer, 0b0110) stable disabledLabelColor: Color = @dynamic OutlinedTextFieldTokens.DisabledLabelColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledLabelOpacity ) stable errorLabelColor: Color = @dynamic OutlinedTextFieldTokens.ErrorLabelColor.toColor($composer, 0b0110) stable placeholderColor: Color = @dynamic OutlinedTextFieldTokens.InputPlaceholderColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic OutlinedTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledInputOpacity ) unused stable : TextFieldDefaults ): TextFieldColors restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TextFieldDecorationBox( stable value: String stable innerTextField: Function2 stable enabled: Boolean stable singleLine: Boolean stable visualTransformation: VisualTransformation stable interactionSource: InteractionSource stable isError: Boolean = @static false stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable colors: TextFieldColors? = @dynamic textFieldColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0b0001110000000000 and $dirty1, 0b011111111111111111111111) stable contentPadding: PaddingValues? = @dynamic if (label == null) { textFieldWithoutLabelPadding ( ) } else { textFieldWithLabelPadding ( ) } stable : TextFieldDefaults ) 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 OutlinedTextFieldDecorationBox( stable value: String stable innerTextField: Function2 stable enabled: Boolean stable singleLine: Boolean stable visualTransformation: VisualTransformation stable interactionSource: InteractionSource stable isError: Boolean = @static false stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable colors: TextFieldColors? = @dynamic outlinedTextFieldColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0b0001110000000000 and $dirty1 shr 0b0011, 0b011111111111111111111111) stable contentPadding: PaddingValues? = @dynamic outlinedTextFieldPadding() stable border: Function2? = @static composableLambda($composer, -843523494, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C643@33981L54:TextFieldDefaults.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { TextFieldDefaults . BorderBox ( enabled , isError , interactionSource , colors , null , ( 0.0f ) , ( 0.0f ) , $composer , 0b110000000000000000000000 or 0b1110 and $dirty shr 0b0110 or 0b01110000 and $dirty shr 0b1111 or 0b001110000000 and $dirty shr 0b1001 or 0b0001110000000000 and $dirty1 shl 0b0110 , 0b01110000 ) } else { $composer . skipToGroupEnd ( ) } } stable : TextFieldDefaults ) fun leadingIconColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : DefaultTextFieldColors ): State fun trailingIconColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : DefaultTextFieldColors ): State fun indicatorColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : DefaultTextFieldColors ): State fun containerColor( unused stable enabled: Boolean stable : DefaultTextFieldColors ): State fun placeholderColor( stable enabled: Boolean stable : DefaultTextFieldColors ): State fun labelColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : DefaultTextFieldColors ): State fun textColor( stable enabled: Boolean stable : DefaultTextFieldColors ): State fun cursorColor( stable isError: Boolean stable : DefaultTextFieldColors ): State fun animateBorderStrokeAsState( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable colors: TextFieldColors stable focusedBorderThickness: Dp stable unfocusedBorderThickness: Dp ): State 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 CommonDecorationBox( stable type: TextFieldType stable value: String stable innerTextField: Function2 stable visualTransformation: VisualTransformation stable label: Function2? stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable singleLine: Boolean = @static false stable enabled: Boolean = @static true stable isError: Boolean = @static false stable interactionSource: InteractionSource stable contentPadding: PaddingValues stable colors: TextFieldColors stable border: Function2? = @static null ) restartable skippable fun Decoration( stable contentColor: Color stable typography: TextStyle? = @static null stable content: Function2 ) restartable skippable scheme("[0, [0], [0]]") fun Transition( stable inputState: InputPhase stable focusedTextStyleColor: Color stable unfocusedTextStyleColor: Color stable contentColor: Function3 stable showLabel: Boolean stable content: Function6<@[ParameterName(name = 'labelProgress')] Float, @[ParameterName(name = 'labelTextStyleColor')] Color, @[ParameterName(name = 'labelContentColor')] Color, @[ParameterName(name = 'placeholderOpacity')] Float, Composer, Int, Unit> unused stable : TextFieldTransitionScope )