restartable skippable scheme("[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 title: Function2? = @static null stable text: Function2? = @static null stable shape: Shape? = @dynamic MaterialTheme.shapes.medium stable backgroundColor: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b00010101) stable properties: DialogProperties? = @dynamic DialogProperties() ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun AlertDialog( stable onDismissRequest: Function0 stable buttons: Function2 stable modifier: Modifier? = @static Companion stable title: Function2? = @static null stable text: Function2? = @static null stable shape: Shape? = @dynamic MaterialTheme.shapes.medium stable backgroundColor: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b00010010) 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]]") fun DropdownMenuItem( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable contentPadding: PaddingValues? = @static MenuDefaults.DropdownMenuItemContentPadding stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) 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 LocalContentColor.current.copy( alpha = LocalContentAlpha . current ) stable disabledTextColor: Color = @dynamic textColor.copy( alpha = ContentAlpha . disabled ) stable backgroundColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = TextFieldDefaults . BackgroundOpacity ) stable cursorColor: Color = @dynamic MaterialTheme.colors.primary stable errorCursorColor: Color = @dynamic MaterialTheme.colors.error stable focusedIndicatorColor: Color = @dynamic MaterialTheme.colors.primary.copy( alpha = ContentAlpha . high ) stable unfocusedIndicatorColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = TextFieldDefaults . UnfocusedIndicatorLineOpacity ) stable disabledIndicatorColor: Color = @dynamic unfocusedIndicatorColor.copy( alpha = ContentAlpha . disabled ) stable errorIndicatorColor: Color = @dynamic MaterialTheme.colors.error stable leadingIconColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = TextFieldDefaults . IconOpacity ) stable disabledLeadingIconColor: Color = @dynamic leadingIconColor.copy( alpha = ContentAlpha . disabled ) stable errorLeadingIconColor: Color = @dynamic leadingIconColor stable trailingIconColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = TextFieldDefaults . IconOpacity ) stable focusedTrailingIconColor: Color = @dynamic MaterialTheme.colors.primary.copy( alpha = ContentAlpha . high ) stable disabledTrailingIconColor: Color = @dynamic trailingIconColor.copy( alpha = ContentAlpha . disabled ) stable errorTrailingIconColor: Color = @dynamic MaterialTheme.colors.error stable focusedLabelColor: Color = @dynamic MaterialTheme.colors.primary.copy( alpha = ContentAlpha . high ) stable unfocusedLabelColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . medium ) stable disabledLabelColor: Color = @dynamic unfocusedLabelColor.copy( alpha = ContentAlpha . disabled ) stable errorLabelColor: Color = @dynamic MaterialTheme.colors.error stable placeholderColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . medium ) stable disabledPlaceholderColor: Color = @dynamic placeholderColor.copy( alpha = ContentAlpha . disabled ) unused stable : ExposedDropdownMenuDefaults ): TextFieldColors fun outlinedTextFieldColors( stable textColor: Color = @dynamic LocalContentColor.current.copy( alpha = LocalContentAlpha . current ) stable disabledTextColor: Color = @dynamic textColor.copy( alpha = ContentAlpha . disabled ) stable backgroundColor: Color = @static Companion.Transparent stable cursorColor: Color = @dynamic MaterialTheme.colors.primary stable errorCursorColor: Color = @dynamic MaterialTheme.colors.error stable focusedBorderColor: Color = @dynamic MaterialTheme.colors.primary.copy( alpha = ContentAlpha . high ) stable unfocusedBorderColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . disabled ) stable disabledBorderColor: Color = @dynamic unfocusedBorderColor.copy( alpha = ContentAlpha . disabled ) stable errorBorderColor: Color = @dynamic MaterialTheme.colors.error stable leadingIconColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = TextFieldDefaults . IconOpacity ) stable disabledLeadingIconColor: Color = @dynamic leadingIconColor.copy( alpha = ContentAlpha . disabled ) stable errorLeadingIconColor: Color = @dynamic leadingIconColor stable trailingIconColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = TextFieldDefaults . IconOpacity ) stable focusedTrailingIconColor: Color = @dynamic MaterialTheme.colors.primary.copy( alpha = ContentAlpha . high ) stable disabledTrailingIconColor: Color = @dynamic trailingIconColor.copy( alpha = ContentAlpha . disabled ) stable errorTrailingIconColor: Color = @dynamic MaterialTheme.colors.error stable focusedLabelColor: Color = @dynamic MaterialTheme.colors.primary.copy( alpha = ContentAlpha . high ) stable unfocusedLabelColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . medium ) stable disabledLabelColor: Color = @dynamic unfocusedLabelColor.copy( alpha = ContentAlpha . disabled ) stable errorLabelColor: Color = @dynamic MaterialTheme.colors.error stable placeholderColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . medium ) stable disabledPlaceholderColor: Color = @dynamic placeholderColor.copy( alpha = ContentAlpha . disabled ) unused stable : ExposedDropdownMenuDefaults ): TextFieldColors fun leadingIconColor( stable enabled: Boolean stable isError: Boolean stable : DefaultTextFieldForExposedDropdownMenusColors ): State fun trailingIconColor( stable enabled: Boolean stable isError: Boolean stable : DefaultTextFieldForExposedDropdownMenusColors ): State fun trailingIconColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : DefaultTextFieldForExposedDropdownMenusColors ): State fun indicatorColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : DefaultTextFieldForExposedDropdownMenusColors ): State fun backgroundColor( unused stable enabled: Boolean stable : DefaultTextFieldForExposedDropdownMenusColors ): State fun placeholderColor( stable enabled: Boolean stable : DefaultTextFieldForExposedDropdownMenusColors ): State fun labelColor( stable enabled: Boolean stable error: Boolean stable interactionSource: InteractionSource stable : DefaultTextFieldForExposedDropdownMenusColors ): State fun textColor( stable enabled: Boolean stable : DefaultTextFieldForExposedDropdownMenusColors ): State fun cursorColor( stable isError: Boolean stable : DefaultTextFieldForExposedDropdownMenusColors ): State restartable skippable scheme("[0, [0]]") fun PlatformMaterialTheme( stable content: Function2 ) 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]]") fun AlertDialogContent( stable buttons: Function2 stable modifier: Modifier? = @static Companion stable title: Function2? = @static null stable text: Function2? = @static null stable shape: Shape? = @dynamic MaterialTheme.shapes.medium stable backgroundColor: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b1111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun AlertDialogBaselineLayout( stable : ColumnScope stable title: Function2? stable text: Function2? ) 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 TopAppBar( stable title: Function2 stable modifier: Modifier? = @static Companion stable navigationIcon: Function2? = @static null stable actions: @[ExtensionFunctionType] Function3? = @static ComposableSingletons$AppBarKt.lambda-1 stable backgroundColor: Color = @dynamic MaterialTheme.colors.primarySurface stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b1100) stable elevation: Dp = @static AppBarDefaults.TopAppBarElevation ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun TopAppBar( stable modifier: Modifier? = @static Companion stable backgroundColor: Color = @dynamic MaterialTheme.colors.primarySurface stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b0011) stable elevation: Dp = @static AppBarDefaults.TopAppBarElevation stable contentPadding: PaddingValues? = @static AppBarDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun BottomAppBar( stable modifier: Modifier? = @static Companion stable backgroundColor: Color = @dynamic MaterialTheme.colors.primarySurface stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b0011) stable cutoutShape: Shape? = @static null stable elevation: Dp = @static AppBarDefaults.BottomAppBarElevation stable contentPadding: PaddingValues? = @static AppBarDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun AppBar( stable backgroundColor: Color stable contentColor: Color stable elevation: Dp stable contentPadding: PaddingValues stable shape: Shape stable modifier: Modifier? = @static Companion stable content: @[ExtensionFunctionType] Function3 ) fun rememberBackdropScaffoldState( stable initialValue: BackdropValue unstable animationSpec: AnimationSpec? = @static SwipeableDefaults.AnimationSpec stable confirmStateChange: Function1? = @dynamic { it: BackdropValue -> true } stable snackbarHostState: SnackbarHostState? = @static remember({ SnackbarHostState ( ) } , $composer, 0) ): BackdropScaffoldState restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun BackdropScaffold( stable appBar: Function2 stable backLayerContent: Function2 stable frontLayerContent: Function2 stable modifier: Modifier? = @static Companion stable scaffoldState: BackdropScaffoldState? = @dynamic rememberBackdropScaffoldState(BackdropValue.Concealed, null, null, null, $composer, 0b0110, 0b1110) stable gesturesEnabled: Boolean = @static true stable peekHeight: Dp = @static BackdropScaffoldDefaults.PeekHeight stable headerHeight: Dp = @static BackdropScaffoldDefaults.HeaderHeight stable persistentAppBar: Boolean = @static true stable stickyFrontLayer: Boolean = @static true stable backLayerBackgroundColor: Color = @dynamic MaterialTheme.colors.primary stable backLayerContentColor: Color = @dynamic contentColorFor(backLayerBackgroundColor, $composer, 0b1110 and $dirty1) stable frontLayerShape: Shape? = @dynamic BackdropScaffoldDefaults.frontLayerShape stable frontLayerElevation: Dp = @static BackdropScaffoldDefaults.FrontLayerElevation stable frontLayerBackgroundColor: Color = @dynamic MaterialTheme.colors.surface stable frontLayerContentColor: Color = @dynamic contentColorFor(frontLayerBackgroundColor, $composer, 0b1110 and $dirty1 shr 0b1100) stable frontLayerScrimColor: Color = @dynamic BackdropScaffoldDefaults.frontLayerScrimColor stable snackbarHost: Function3? = @static ComposableSingletons$BackdropScaffoldKt.lambda-1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Scrim( stable color: Color stable onDismiss: Function0 stable visible: Boolean ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun BackLayerTransition( stable target: BackdropValue stable appBar: Function2 stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun BackdropStack( stable modifier: Modifier stable backLayer: @[UiComposable] Function2 stable calculateBackLayerConstraints: Function1 stable frontLayer: @[UiComposable] Function4 ) fun ( unused stable : BackdropScaffoldDefaults ): Shape fun ( unused stable : BackdropScaffoldDefaults ): Color 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 backgroundColor: Color = @dynamic MaterialTheme.colors.error stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b0011) stable content: @[ExtensionFunctionType] Function3? = @static null ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun BottomNavigation( stable modifier: Modifier? = @static Companion stable backgroundColor: Color = @dynamic MaterialTheme.colors.primarySurface stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b0011) stable elevation: Dp = @static BottomNavigationDefaults.Elevation stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun BottomNavigationItem( 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 selectedContentColor: Color = @dynamic LocalContentColor.current stable unselectedContentColor: Color = @dynamic selectedContentColor.copy( alpha = ContentAlpha . medium ) ) restartable skippable scheme("[0, [0]]") fun BottomNavigationTransition( stable activeColor: Color stable inactiveColor: Color stable selected: Boolean stable content: Function3<@[ParameterName(name = 'animationProgress')] Float, Composer, Int, Unit> ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun BottomNavigationItemBaselineLayout( stable icon: Function2 stable label: Function2? stable iconPositionAnimationProgress: Float ) fun rememberBottomSheetState( stable initialValue: BottomSheetValue unstable animationSpec: AnimationSpec? = @static SwipeableDefaults.AnimationSpec stable confirmStateChange: Function1? = @dynamic { it: BottomSheetValue -> true } ): BottomSheetState fun rememberBottomSheetScaffoldState( stable drawerState: DrawerState? = @dynamic rememberDrawerState(DrawerValue.Closed, null, $composer, 0b0110, 0b0010) stable bottomSheetState: BottomSheetState? = @dynamic rememberBottomSheetState(BottomSheetValue.Collapsed, null, null, $composer, 0b0110, 0b0110) stable snackbarHostState: SnackbarHostState? = @static remember({ SnackbarHostState ( ) } , $composer, 0) ): BottomSheetScaffoldState 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 BottomSheetScaffold( stable sheetContent: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable scaffoldState: BottomSheetScaffoldState? = @dynamic rememberBottomSheetScaffoldState(null, null, null, $composer, 0, 0b0111) stable topBar: Function2? = @static null stable snackbarHost: Function3? = @static ComposableSingletons$BottomSheetScaffoldKt.lambda-1 stable floatingActionButton: Function2? = @static null stable floatingActionButtonPosition: FabPosition = @static Companion.End stable sheetGesturesEnabled: Boolean = @static true stable sheetShape: Shape? = @dynamic MaterialTheme.shapes.large stable sheetElevation: Dp = @static BottomSheetScaffoldDefaults.SheetElevation stable sheetBackgroundColor: Color = @dynamic MaterialTheme.colors.surface stable sheetContentColor: Color = @dynamic contentColorFor(sheetBackgroundColor, $composer, 0b1110 and $dirty1) stable sheetPeekHeight: Dp = @static BottomSheetScaffoldDefaults.SheetPeekHeight stable drawerContent: @[ExtensionFunctionType] Function3? = @static null stable drawerGesturesEnabled: Boolean = @static true stable drawerShape: Shape? = @dynamic MaterialTheme.shapes.large stable drawerElevation: Dp = @static DrawerDefaults.Elevation stable drawerBackgroundColor: Color = @dynamic MaterialTheme.colors.surface stable drawerContentColor: Color = @dynamic contentColorFor(drawerBackgroundColor, $composer, 0b1110 and $dirty1 shr 0b00010101) stable drawerScrimColor: Color = @dynamic DrawerDefaults.scrimColor stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty2) stable content: Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun BottomSheetScaffoldStack( stable body: Function2 stable bottomSheet: Function2 stable floatingActionButton: Function2 stable snackbarHost: Function2 stable bottomSheetOffset: State stable floatingActionButtonPosition: FabPosition ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [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.elevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b00110000000000000000, 0b00011111) stable shape: Shape? = @dynamic MaterialTheme.shapes.small 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 ) scheme("[androidx.compose.ui.UiComposable, [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 MaterialTheme.shapes.small stable border: BorderStroke? = @dynamic ButtonDefaults.outlinedBorder stable colors: ButtonColors? = @dynamic ButtonDefaults.outlinedButtonColors((0L), (0L), (0L), $composer, 0b110000000000, 0b0111) stable contentPadding: PaddingValues? = @static ButtonDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function3 ) scheme("[androidx.compose.ui.UiComposable, [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 MaterialTheme.shapes.small stable border: BorderStroke? = @static null stable colors: ButtonColors? = @dynamic ButtonDefaults.textButtonColors((0L), (0L), (0L), $composer, 0b110000000000, 0b0111) stable contentPadding: PaddingValues? = @static ButtonDefaults.TextButtonContentPadding stable content: @[ExtensionFunctionType] Function3 ) fun elevation( stable defaultElevation: Dp = @static 2.dp stable pressedElevation: Dp = @static 8.dp stable disabledElevation: Dp = @static 0.dp stable : ButtonDefaults ): ButtonElevation fun elevation( stable defaultElevation: Dp = @static 2.dp stable pressedElevation: Dp = @static 8.dp stable disabledElevation: Dp = @static 0.dp stable hoveredElevation: Dp = @static 4.dp stable focusedElevation: Dp = @static 4.dp unused stable : ButtonDefaults ): ButtonElevation fun buttonColors( stable backgroundColor: Color = @dynamic MaterialTheme.colors.primary stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $changed) stable disabledBackgroundColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = 0.12f ).compositeOver(MaterialTheme.colors.surface) stable disabledContentColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . disabled ) unused stable : ButtonDefaults ): ButtonColors fun outlinedButtonColors( stable backgroundColor: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic MaterialTheme.colors.primary stable disabledContentColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . disabled ) unused stable : ButtonDefaults ): ButtonColors fun textButtonColors( stable backgroundColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic MaterialTheme.colors.primary stable disabledContentColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . disabled ) unused stable : ButtonDefaults ): ButtonColors fun ( stable : ButtonDefaults ): BorderStroke fun elevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : DefaultButtonElevation ): State fun backgroundColor( stable enabled: Boolean stable : DefaultButtonColors ): State fun contentColor( stable enabled: Boolean stable : DefaultButtonColors ): State scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Card( stable modifier: Modifier? = @static Companion stable shape: Shape? = @dynamic MaterialTheme.shapes.medium stable backgroundColor: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $changed shr 0b0110) stable border: BorderStroke? = @static null stable elevation: Dp = @static 1.dp stable content: Function2 ) 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 shape: Shape? = @dynamic MaterialTheme.shapes.medium stable backgroundColor: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $changed shr 0b1100) stable border: BorderStroke? = @static null stable elevation: Dp = @static 1.dp stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Card( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable shape: Shape? = @dynamic MaterialTheme.shapes.medium stable backgroundColor: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $changed shr 0b1001) stable border: BorderStroke? = @static null stable elevation: Dp = @static 1.dp stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable indication: Indication? = @dynamic LocalIndication.current stable enabled: Boolean = @static true stable onClickLabel: String? = @static null stable role: Role? = @static null stable content: Function2 ) restartable skippable 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), $composer, 0b00110000000000000000, 0b00011111) ) 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), $composer, 0b00110000000000000000, 0b00011111) ) fun colors( stable checkedColor: Color = @dynamic MaterialTheme.colors.secondary stable uncheckedColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = 0.6f ) stable checkmarkColor: Color = @dynamic MaterialTheme.colors.surface stable disabledColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . disabled ) stable disabledIndeterminateColor: Color = @dynamic checkedColor.copy( alpha = ContentAlpha . disabled ) 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]]") fun Chip( 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 MaterialTheme.shapes.small.copy(CornerSize(50)) stable border: BorderStroke? = @static null stable colors: ChipColors? = @dynamic ChipDefaults.chipColors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) stable leadingIcon: Function2? = @static null stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun FilterChip( 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 shape: Shape? = @dynamic MaterialTheme.shapes.small.copy(CornerSize(50)) stable border: BorderStroke? = @static null colors: SelectableChipColors? = @dynamic ChipDefaults.filterChipColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b00110000000000000000000000000000, 0b000111111111) stable leadingIcon: Function2? = @static null stable selectedIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable content: @[ExtensionFunctionType] Function3 ) fun chipColors( stable backgroundColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = SurfaceOverlayOpacity ).compositeOver(MaterialTheme.colors.surface) stable contentColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentOpacity ) stable leadingIconContentColor: Color = @dynamic contentColor.copy( alpha = LeadingIconOpacity ) stable disabledBackgroundColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . disabled * SurfaceOverlayOpacity ).compositeOver(MaterialTheme.colors.surface) stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = ContentAlpha . disabled * ContentOpacity ) stable disabledLeadingIconContentColor: Color = @dynamic leadingIconContentColor.copy( alpha = ContentAlpha . disabled * LeadingIconOpacity ) stable : ChipDefaults ): ChipColors fun outlinedChipColors( stable backgroundColor: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentOpacity ) stable leadingIconContentColor: Color = @dynamic contentColor.copy( alpha = LeadingIconOpacity ) stable disabledBackgroundColor: Color = @dynamic backgroundColor stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = ContentAlpha . disabled * ContentOpacity ) stable disabledLeadingIconContentColor: Color = @dynamic leadingIconContentColor.copy( alpha = ContentAlpha . disabled * LeadingIconOpacity ) stable : ChipDefaults ): ChipColors fun filterChipColors( stable backgroundColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = SurfaceOverlayOpacity ).compositeOver(MaterialTheme.colors.surface) stable contentColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentOpacity ) stable leadingIconColor: Color = @dynamic contentColor.copy( alpha = LeadingIconOpacity ) stable disabledBackgroundColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . disabled * SurfaceOverlayOpacity ).compositeOver(MaterialTheme.colors.surface) stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = ContentAlpha . disabled * ContentOpacity ) stable disabledLeadingIconColor: Color = @dynamic leadingIconColor.copy( alpha = ContentAlpha . disabled * LeadingIconOpacity ) stable selectedBackgroundColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = SurfaceOverlayOpacity ).compositeOver(backgroundColor) stable selectedContentColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = SelectedOverlayOpacity ).compositeOver(contentColor) stable selectedLeadingIconColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = SelectedOverlayOpacity ).compositeOver(leadingIconColor) stable : ChipDefaults ): SelectableChipColors fun outlinedFilterChipColors( stable backgroundColor: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentOpacity ) stable leadingIconColor: Color = @dynamic contentColor.copy( alpha = LeadingIconOpacity ) stable disabledBackgroundColor: Color = @dynamic backgroundColor stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = ContentAlpha . disabled * ContentOpacity ) stable disabledLeadingIconColor: Color = @dynamic leadingIconColor.copy( alpha = ContentAlpha . disabled * LeadingIconOpacity ) stable selectedBackgroundColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = SelectedOverlayOpacity ).compositeOver(backgroundColor) stable selectedContentColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = SelectedOverlayOpacity ).compositeOver(contentColor) stable selectedLeadingIconColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = SelectedOverlayOpacity ).compositeOver(leadingIconColor) stable : ChipDefaults ): SelectableChipColors fun ( stable : ChipDefaults ): BorderStroke fun backgroundColor( stable enabled: Boolean stable : DefaultChipColors ): State fun contentColor( stable enabled: Boolean stable : DefaultChipColors ): State fun leadingIconContentColor( stable enabled: Boolean stable : DefaultChipColors ): State fun backgroundColor( stable enabled: Boolean stable selected: Boolean stable : DefaultSelectableChipColors ): State fun contentColor( stable enabled: Boolean stable selected: Boolean stable : DefaultSelectableChipColors ): State fun leadingIconColor( stable enabled: Boolean stable selected: Boolean stable : DefaultSelectableChipColors ): State readonly fun contentColorFor( stable backgroundColor: Color ): Color fun ( stable : ContentAlpha ): Float fun ( stable : ContentAlpha ): Float fun ( stable : ContentAlpha ): Float fun contentAlpha( stable highContrastAlpha: Float stable lowContrastAlpha: Float unused stable : ContentAlpha ): Float restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Divider( stable modifier: Modifier? = @static Companion stable color: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = DividerAlpha ) stable thickness: Dp = @static 1.dp stable startIndent: Dp = @static 0.dp ) fun rememberDrawerState( stable initialValue: DrawerValue stable confirmStateChange: Function1? = @dynamic { it: DrawerValue -> true } ): DrawerState fun rememberBottomDrawerState( stable initialValue: BottomDrawerValue stable confirmStateChange: Function1? = @dynamic { it: BottomDrawerValue -> true } ): BottomDrawerState restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ModalDrawer( 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 MaterialTheme.shapes.large stable drawerElevation: Dp = @static DrawerDefaults.Elevation stable drawerBackgroundColor: Color = @dynamic MaterialTheme.colors.surface stable drawerContentColor: Color = @dynamic contentColorFor(drawerBackgroundColor, $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 BottomDrawer( stable drawerContent: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable drawerState: BottomDrawerState? = @dynamic rememberBottomDrawerState(BottomDrawerValue.Closed, null, $composer, 0b0110, 0b0010) stable gesturesEnabled: Boolean = @static true stable drawerShape: Shape? = @dynamic MaterialTheme.shapes.large stable drawerElevation: Dp = @static DrawerDefaults.Elevation stable drawerBackgroundColor: Color = @dynamic MaterialTheme.colors.surface stable drawerContentColor: Color = @dynamic contentColorFor(drawerBackgroundColor, $composer, 0b1110 and $dirty shr 0b00010010) stable scrimColor: Color = @dynamic DrawerDefaults.scrimColor stable content: Function2 ) fun ( stable : DrawerDefaults ): Color restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun BottomDrawerScrim( stable color: Color stable onDismiss: Function0 stable visible: Boolean ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Scrim( stable open: Boolean stable onClose: Function0 stable fraction: Function0 stable color: Color ) readonly fun apply( stable color: Color stable elevation: Dp unused stable : DefaultElevationOverlay ): Color readonly fun calculateForegroundColor( stable backgroundColor: Color stable elevation: Dp ): Color restartable skippable scheme("[androidx.compose.ui.UiComposable, [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 MaterialTheme.shapes.small.copy(CornerSize(50)) stable backgroundColor: Color = @dynamic MaterialTheme.colors.secondary stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $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], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ExtendedFloatingActionButton( stable text: Function2 stable onClick: Function0 stable modifier: Modifier? = @static Companion stable icon: Function2? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic MaterialTheme.shapes.small.copy(CornerSize(50)) stable backgroundColor: Color = @dynamic MaterialTheme.colors.secondary stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b00010010) stable elevation: FloatingActionButtonElevation? = @dynamic FloatingActionButtonDefaults.elevation((0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b0110000000000000, 0b1111) ) fun elevation( stable defaultElevation: Dp = @static 6.dp stable pressedElevation: Dp = @static 12.dp stable : FloatingActionButtonDefaults ): FloatingActionButtonElevation fun elevation( stable defaultElevation: Dp = @static 6.dp stable pressedElevation: Dp = @static 12.dp stable hoveredElevation: Dp = @static 8.dp stable focusedElevation: Dp = @static 8.dp unused stable : FloatingActionButtonDefaults ): FloatingActionButtonElevation fun elevation( stable interactionSource: InteractionSource stable : DefaultFloatingActionButtonElevation ): State scheme("[androidx.compose.ui.UiComposable]") fun Icon( stable imageVector: ImageVector stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current.copy( alpha = LocalContentAlpha . current ) ) scheme("[androidx.compose.ui.UiComposable]") fun Icon( unstable bitmap: ImageBitmap stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current.copy( alpha = LocalContentAlpha . 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.copy( alpha = LocalContentAlpha . 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 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 content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [_], [_], [_]]") fun ListItem( stable modifier: Modifier? = @static Companion stable icon: Function2? = @static null stable secondaryText: Function2? = @static null stable singleLineSecondaryText: Boolean = @static true stable overlineText: Function2? = @static null stable trailing: Function2? = @static null stable text: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ListItem( stable modifier: Modifier? = @static Companion stable icon: Function2? stable text: Function2 stable trailing: Function2? stable : OneLine ) 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 ListItem( stable modifier: Modifier? = @static Companion stable icon: Function2? stable text: Function2 stable secondaryText: Function2? stable overlineText: Function2? stable trailing: Function2? stable : TwoLine ) 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 ListItem( stable modifier: Modifier? = @static Companion stable icon: Function2? stable text: Function2 stable secondaryText: Function2 stable overlineText: Function2? stable trailing: Function2? stable : ThreeLine ) restartable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun BaselinesOffsetColumn( unstable offsets: List stable modifier: Modifier? = @static Companion stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun OffsetToBaselineOrCenter( stable offset: Dp stable modifier: Modifier? = @static Companion stable content: Function2 ) fun rememberTextSelectionColors( stable colors: Colors ): TextSelectionColors restartable skippable scheme("[0, [0]]") fun MaterialTheme( stable colors: Colors? = @dynamic MaterialTheme.colors stable typography: Typography? = @dynamic MaterialTheme.typography stable shapes: Shapes? = @dynamic MaterialTheme.shapes stable content: Function2 ) readonly fun ( unused stable : MaterialTheme ): Colors readonly fun ( unused stable : MaterialTheme ): Typography readonly fun ( unused stable : MaterialTheme ): Shapes fun defaultColor( unused stable : MaterialRippleTheme ): Color fun rippleAlpha( unused stable : MaterialRippleTheme ): RippleAlpha restartable skippable 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]]") fun DropdownMenuItemContent( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable contentPadding: PaddingValues? = @static MenuDefaults.DropdownMenuItemContentPadding stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) fun rememberModalBottomSheetState( stable initialValue: ModalBottomSheetValue unstable animationSpec: AnimationSpec? = @static SwipeableDefaults.AnimationSpec stable skipHalfExpanded: Boolean stable confirmStateChange: Function1? = @dynamic { it: ModalBottomSheetValue -> true } ): ModalBottomSheetState fun rememberModalBottomSheetState( stable initialValue: ModalBottomSheetValue unstable animationSpec: AnimationSpec? = @static SwipeableDefaults.AnimationSpec stable confirmStateChange: Function1? = @dynamic { it: ModalBottomSheetValue -> true } ): ModalBottomSheetState restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ModalBottomSheetLayout( stable sheetContent: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable sheetState: ModalBottomSheetState? = @dynamic rememberModalBottomSheetState(ModalBottomSheetValue.Hidden, null, null, $composer, 0b0110, 0b0110) stable sheetShape: Shape? = @dynamic MaterialTheme.shapes.large stable sheetElevation: Dp = @static ModalBottomSheetDefaults.Elevation stable sheetBackgroundColor: Color = @dynamic MaterialTheme.colors.surface stable sheetContentColor: Color = @dynamic contentColorFor(sheetBackgroundColor, $composer, 0b1110 and $dirty shr 0b1111) stable scrimColor: Color = @dynamic ModalBottomSheetDefaults.scrimColor stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Scrim( stable color: Color stable onDismiss: Function0 stable visible: Boolean ) fun ( unused stable : ModalBottomSheetDefaults ): Color restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun NavigationRail( stable modifier: Modifier? = @static Companion stable backgroundColor: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b0011) stable elevation: Dp = @static NavigationRailDefaults.Elevation stable header: @[ExtensionFunctionType] Function3? = @static null stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [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 selectedContentColor: Color = @dynamic MaterialTheme.colors.primary stable unselectedContentColor: Color = @dynamic LocalContentColor.current.copy( alpha = ContentAlpha . medium ) ) restartable skippable scheme("[0, [0]]") fun NavigationRailTransition( stable activeColor: Color stable inactiveColor: Color stable selected: Boolean stable content: Function3<@[ParameterName(name = 'animationProgress')] Float, Composer, Int, Unit> ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun NavigationRailItemBaselineLayout( stable icon: Function2 stable label: Function2? stable iconPositionAnimationProgress: Float ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [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 MaterialTheme.shapes.small 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), $composer, 0, 0, 0b00110000, 0b000111111111111111111111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [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 KeyboardActions() stable singleLine: Boolean = @static false stable maxLines: Int = @static Companion.MAX_VALUE stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic TextFieldDefaults.OutlinedTextFieldShape 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), $composer, 0, 0, 0b00110000, 0b000111111111111111111111) ) 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 MaterialTheme.colors.primary stable backgroundColor: Color = @dynamic color.copy( alpha = ProgressIndicatorDefaults . IndicatorBackgroundOpacity ) ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LinearProgressIndicator( stable modifier: Modifier? = @static Companion stable color: Color = @dynamic MaterialTheme.colors.primary stable backgroundColor: Color = @dynamic color.copy( alpha = ProgressIndicatorDefaults . IndicatorBackgroundOpacity ) ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CircularProgressIndicator( stable progress: Float stable modifier: Modifier? = @static Companion stable color: Color = @dynamic MaterialTheme.colors.primary stable strokeWidth: Dp = @static ProgressIndicatorDefaults.StrokeWidth ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CircularProgressIndicator( stable modifier: Modifier? = @static Companion stable color: Color = @dynamic MaterialTheme.colors.primary stable strokeWidth: Dp = @static ProgressIndicatorDefaults.StrokeWidth ) 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), $composer, 0b110000000000, 0b0111) ) fun colors( stable selectedColor: Color = @dynamic MaterialTheme.colors.secondary stable unselectedColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = 0.6f ) stable disabledColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . disabled ) unused stable : RadioButtonDefaults ): RadioButtonColors fun radioColor( stable enabled: Boolean stable selected: Boolean stable : DefaultRadioButtonColors ): State fun rememberScaffoldState( stable drawerState: DrawerState? = @dynamic rememberDrawerState(DrawerValue.Closed, null, $composer, 0b0110, 0b0010) stable snackbarHostState: SnackbarHostState? = @static remember({ SnackbarHostState ( ) } , $composer, 0) ): ScaffoldState 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 Scaffold( stable modifier: Modifier? = @static Companion stable scaffoldState: ScaffoldState? = @dynamic rememberScaffoldState(null, null, $composer, 0, 0b0011) stable topBar: Function2? = @static ComposableSingletons$ScaffoldKt.lambda-1 stable bottomBar: Function2? = @static ComposableSingletons$ScaffoldKt.lambda-2 stable snackbarHost: Function3? = @static ComposableSingletons$ScaffoldKt.lambda-3 stable floatingActionButton: Function2? = @static ComposableSingletons$ScaffoldKt.lambda-4 stable floatingActionButtonPosition: FabPosition = @static Companion.End stable isFloatingActionButtonDocked: Boolean = @static false stable drawerContent: @[ExtensionFunctionType] Function3? = @static null stable drawerGesturesEnabled: Boolean = @static true stable drawerShape: Shape? = @dynamic MaterialTheme.shapes.large stable drawerElevation: Dp = @static DrawerDefaults.Elevation stable drawerBackgroundColor: Color = @dynamic MaterialTheme.colors.surface stable drawerContentColor: Color = @dynamic contentColorFor(drawerBackgroundColor, $composer, 0b1110 and $dirty1 shr 0b0110) stable drawerScrimColor: Color = @dynamic DrawerDefaults.scrimColor stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty1 shr 0b1111) stable content: Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ScaffoldLayout( stable isFabDocked: Boolean stable fabPosition: FabPosition stable topBar: @[UiComposable] Function2 stable content: @[UiComposable] Function3 stable snackbar: @[UiComposable] Function2 stable fab: @[UiComposable] Function2 stable bottomBar: @[UiComposable] Function2 ) 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) ) fun colors( stable thumbColor: Color = @dynamic MaterialTheme.colors.primary stable disabledThumbColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . disabled ).compositeOver(MaterialTheme.colors.surface) stable activeTrackColor: Color = @dynamic MaterialTheme.colors.primary stable inactiveTrackColor: Color = @dynamic activeTrackColor.copy( alpha = InactiveTrackAlpha ) stable disabledActiveTrackColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = DisabledActiveTrackAlpha ) stable disabledInactiveTrackColor: Color = @dynamic disabledActiveTrackColor.copy( alpha = DisabledInactiveTrackAlpha ) stable activeTickColor: Color = @dynamic contentColorFor(activeTrackColor, $composer, 0b1110 and $changed shr 0b0110).copy( alpha = TickAlpha ) stable inactiveTickColor: Color = @dynamic activeTrackColor.copy( alpha = TickAlpha ) stable disabledActiveTickColor: Color = @dynamic activeTickColor.copy( alpha = DisabledTickAlpha ) stable disabledInactiveTickColor: Color = @dynamic disabledInactiveTrackColor.copy( alpha = DisabledTickAlpha ) 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 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 ) 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: Dp ) 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 thumbPx: Float 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]]") fun Snackbar( stable modifier: Modifier? = @static Companion stable action: Function2? = @static null stable actionOnNewLine: Boolean = @static false stable shape: Shape? = @dynamic MaterialTheme.shapes.small stable backgroundColor: Color = @dynamic SnackbarDefaults.backgroundColor stable contentColor: Color = @dynamic MaterialTheme.colors.surface stable elevation: Dp = @static 6.dp stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Snackbar( snackbarData: SnackbarData stable modifier: Modifier? = @static Companion stable actionOnNewLine: Boolean = @static false stable shape: Shape? = @dynamic MaterialTheme.shapes.small stable backgroundColor: Color = @dynamic SnackbarDefaults.backgroundColor stable contentColor: Color = @dynamic MaterialTheme.colors.surface stable actionColor: Color = @dynamic SnackbarDefaults.primaryActionColor stable elevation: Dp = @static 6.dp ) fun ( stable : SnackbarDefaults ): Color fun ( unused stable : SnackbarDefaults ): Color restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun TextOnlySnackbar( stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun NewLineButtonSnackbar( stable text: Function2 stable action: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun OneRowSnackbar( stable text: Function2 stable action: Function2 ) 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( current: SnackbarData? stable modifier: Modifier? = @static Companion stable content: Function3 ) fun animatedOpacity( unstable animation: AnimationSpec stable visible: Boolean stable onAnimationFinish: Function0? = @dynamic { } ): State fun animatedScale( unstable animation: AnimationSpec stable visible: Boolean ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Surface( stable modifier: Modifier? = @static Companion stable shape: Shape? = @static RectangleShape stable color: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic contentColorFor(color, $composer, 0b1110 and $dirty shr 0b0110) stable border: BorderStroke? = @static null stable elevation: Dp = @static 0.dp stable content: Function2 ) restartable skippable 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 RectangleShape stable color: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic contentColorFor(color, $composer, 0b1110 and $dirty shr 0b1100) stable border: BorderStroke? = @static null stable elevation: Dp = @static 0.dp stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) restartable skippable 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 RectangleShape stable color: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic contentColorFor(color, $composer, 0b1110 and $dirty shr 0b1111) stable border: BorderStroke? = @static null stable elevation: Dp = @static 0.dp stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) restartable skippable 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 RectangleShape stable color: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic contentColorFor(color, $composer, 0b1110 and $dirty shr 0b1111) stable border: BorderStroke? = @static null stable elevation: Dp = @static 0.dp stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Surface( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable shape: Shape? = @static RectangleShape stable color: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic contentColorFor(color, $composer, 0b1110 and $dirty shr 0b1001) stable border: BorderStroke? = @static null stable elevation: Dp = @static 0.dp stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable indication: Indication? = @dynamic LocalIndication.current stable enabled: Boolean = @static true stable onClickLabel: String? = @static null stable role: Role? = @static null stable content: Function2 ) scheme("[0, [0]]") fun surfaceColorAtElevation( stable color: Color elevationOverlay: ElevationOverlay? stable absoluteElevation: Dp ): Color fun rememberDismissState( stable initialValue: DismissValue? = @static DismissValue.Default stable confirmStateChange: Function1? = @dynamic { it: DismissValue -> true } ): DismissState restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun SwipeToDismiss( stable state: DismissState stable modifier: Modifier? = @static Companion unstable directions: Set? = @dynamic setOf(DismissDirection.EndToStart, DismissDirection.StartToEnd) stable dismissThresholds: Function1? = @static { it: DismissDirection -> FractionalThreshold ( 0.5f ) } stable background: @[ExtensionFunctionType] Function3 stable dismissContent: @[ExtensionFunctionType] Function3 ) 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]") fun Switch( 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: SwitchColors? = @dynamic SwitchDefaults.colors((0L), (0L), 0.0f, (0L), (0L), 0.0f, (0L), (0L), (0L), (0L), $composer, 0, 0b0110, 0b001111111111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SwitchImpl( stable : BoxScope stable checked: Boolean stable enabled: Boolean stable colors: SwitchColors stable thumbValue: State stable interactionSource: InteractionSource ) fun colors( stable checkedThumbColor: Color = @dynamic MaterialTheme.colors.secondaryVariant stable checkedTrackColor: Color = @dynamic checkedThumbColor stable checkedTrackAlpha: Float = @static 0.54f stable uncheckedThumbColor: Color = @dynamic MaterialTheme.colors.surface stable uncheckedTrackColor: Color = @dynamic MaterialTheme.colors.onSurface stable uncheckedTrackAlpha: Float = @static 0.38f stable disabledCheckedThumbColor: Color = @dynamic checkedThumbColor.copy( alpha = ContentAlpha . disabled ).compositeOver(MaterialTheme.colors.surface) stable disabledCheckedTrackColor: Color = @dynamic checkedTrackColor.copy( alpha = ContentAlpha . disabled ).compositeOver(MaterialTheme.colors.surface) stable disabledUncheckedThumbColor: Color = @dynamic uncheckedThumbColor.copy( alpha = ContentAlpha . disabled ).compositeOver(MaterialTheme.colors.surface) stable disabledUncheckedTrackColor: Color = @dynamic uncheckedTrackColor.copy( alpha = ContentAlpha . disabled ).compositeOver(MaterialTheme.colors.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 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.copy( alpha = ContentAlpha . medium ) ) 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.copy( alpha = ContentAlpha . medium ) ) 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.copy( alpha = ContentAlpha . medium ) 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 fun TabRow( stable selectedTabIndex: Int stable modifier: Modifier? = @static Companion stable backgroundColor: Color = @dynamic MaterialTheme.colors.primarySurface stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b0110) stable indicator: @[UiComposable] Function3<@[ParameterName(name = 'tabPositions')] List, Composer, Int, Unit>? = @static composableLambda($composer, -553782708, true) { tabPositions: List, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C135@6733L100:TabRow.kt#jmzs0o" ) TabRowDefaults . Indicator ( TabRowDefaults . tabIndicatorOffset ( tabPositions [ selectedTabIndex ] ) , ( 0.0f ) , ( 0L ) , $composer , 0b110000000000 , 0b0110 ) } stable divider: @[UiComposable] Function2? = @static ComposableSingletons$TabRowKt.lambda-1 stable tabs: @[UiComposable] Function2 ) restartable skippable fun ScrollableTabRow( stable selectedTabIndex: Int stable modifier: Modifier? = @static Companion stable backgroundColor: Color = @dynamic MaterialTheme.colors.primarySurface stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b0110) stable edgePadding: Dp = @static TabRowDefaults.ScrollableTabRowPadding stable indicator: @[UiComposable] Function3<@[ParameterName(name = 'tabPositions')] List, Composer, Int, Unit>? = @static composableLambda($composer, -655609869, true) { tabPositions: List, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C230@11429L100:TabRow.kt#jmzs0o" ) TabRowDefaults . Indicator ( TabRowDefaults . tabIndicatorOffset ( tabPositions [ selectedTabIndex ] ) , ( 0.0f ) , ( 0L ) , $composer , 0b110000000000 , 0b0110 ) } stable divider: @[UiComposable] Function2? = @static ComposableSingletons$TabRowKt.lambda-2 stable tabs: @[UiComposable] Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Divider( stable modifier: Modifier? = @static Companion stable thickness: Dp = @dynamic DividerThickness stable color: Color = @dynamic LocalContentColor.current.copy( alpha = DividerOpacity ) stable : TabRowDefaults ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Indicator( stable modifier: Modifier? = @static Companion stable height: Dp = @dynamic IndicatorHeight stable color: Color = @dynamic LocalContentColor.current 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], [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 KeyboardActions() stable singleLine: Boolean = @static false stable maxLines: Int = @static Companion.MAX_VALUE stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic MaterialTheme.shapes.small.copy( bottomEnd = ZeroCornerSize , bottomStart = ZeroCornerSize ) 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), $composer, 0, 0, 0b00110000, 0b000111111111111111111111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [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 KeyboardActions() stable singleLine: Boolean = @static false stable maxLines: Int = @static Companion.MAX_VALUE stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic TextFieldDefaults.TextFieldShape 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), $composer, 0, 0, 0b00110000, 0b000111111111111111111111) ) 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 ) fun leadingIconColor( stable enabled: Boolean stable isError: Boolean unused stable interactionSource: InteractionSource stable : TextFieldColorsWithIcons ): State fun trailingIconColor( stable enabled: Boolean stable isError: Boolean unused stable interactionSource: InteractionSource stable : TextFieldColorsWithIcons ): State readonly fun ( unused stable : TextFieldDefaults ): Shape readonly fun ( unused stable : TextFieldDefaults ): Shape 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 OutlinedTextFieldShape stable focusedBorderThickness: Dp = @dynamic FocusedBorderThickness stable unfocusedBorderThickness: Dp = @dynamic UnfocusedBorderThickness stable : TextFieldDefaults ) fun textFieldColors( stable textColor: Color = @dynamic LocalContentColor.current.copy( alpha = LocalContentAlpha . current ) stable disabledTextColor: Color = @dynamic textColor.copy( alpha = ContentAlpha . disabled ) stable backgroundColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = BackgroundOpacity ) stable cursorColor: Color = @dynamic MaterialTheme.colors.primary stable errorCursorColor: Color = @dynamic MaterialTheme.colors.error stable focusedIndicatorColor: Color = @dynamic MaterialTheme.colors.primary.copy( alpha = ContentAlpha . high ) stable unfocusedIndicatorColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = UnfocusedIndicatorLineOpacity ) stable disabledIndicatorColor: Color = @dynamic unfocusedIndicatorColor.copy( alpha = ContentAlpha . disabled ) stable errorIndicatorColor: Color = @dynamic MaterialTheme.colors.error stable leadingIconColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = IconOpacity ) stable disabledLeadingIconColor: Color = @dynamic leadingIconColor.copy( alpha = ContentAlpha . disabled ) stable errorLeadingIconColor: Color = @dynamic leadingIconColor stable trailingIconColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = IconOpacity ) stable disabledTrailingIconColor: Color = @dynamic trailingIconColor.copy( alpha = ContentAlpha . disabled ) stable errorTrailingIconColor: Color = @dynamic MaterialTheme.colors.error stable focusedLabelColor: Color = @dynamic MaterialTheme.colors.primary.copy( alpha = ContentAlpha . high ) stable unfocusedLabelColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . medium ) stable disabledLabelColor: Color = @dynamic unfocusedLabelColor.copy( alpha = ContentAlpha . disabled ) stable errorLabelColor: Color = @dynamic MaterialTheme.colors.error stable placeholderColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . medium ) stable disabledPlaceholderColor: Color = @dynamic placeholderColor.copy( alpha = ContentAlpha . disabled ) stable : TextFieldDefaults ): TextFieldColors fun outlinedTextFieldColors( stable textColor: Color = @dynamic LocalContentColor.current.copy( alpha = LocalContentAlpha . current ) stable disabledTextColor: Color = @dynamic textColor.copy( alpha = ContentAlpha . disabled ) stable backgroundColor: Color = @static Companion.Transparent stable cursorColor: Color = @dynamic MaterialTheme.colors.primary stable errorCursorColor: Color = @dynamic MaterialTheme.colors.error stable focusedBorderColor: Color = @dynamic MaterialTheme.colors.primary.copy( alpha = ContentAlpha . high ) stable unfocusedBorderColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . disabled ) stable disabledBorderColor: Color = @dynamic unfocusedBorderColor.copy( alpha = ContentAlpha . disabled ) stable errorBorderColor: Color = @dynamic MaterialTheme.colors.error stable leadingIconColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = IconOpacity ) stable disabledLeadingIconColor: Color = @dynamic leadingIconColor.copy( alpha = ContentAlpha . disabled ) stable errorLeadingIconColor: Color = @dynamic leadingIconColor stable trailingIconColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = IconOpacity ) stable disabledTrailingIconColor: Color = @dynamic trailingIconColor.copy( alpha = ContentAlpha . disabled ) stable errorTrailingIconColor: Color = @dynamic MaterialTheme.colors.error stable focusedLabelColor: Color = @dynamic MaterialTheme.colors.primary.copy( alpha = ContentAlpha . high ) stable unfocusedLabelColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . medium ) stable disabledLabelColor: Color = @dynamic unfocusedLabelColor.copy( alpha = ContentAlpha . disabled ) stable errorLabelColor: Color = @dynamic MaterialTheme.colors.error stable placeholderColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = ContentAlpha . medium ) stable disabledPlaceholderColor: Color = @dynamic placeholderColor.copy( alpha = ContentAlpha . disabled ) 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], [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), $composer, 0, 0, 0b01110000 and $dirty1 shr 0b0110, 0b000111111111111111111111) 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], [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), $composer, 0, 0, 0b01110000 and $dirty1 shr 0b1001, 0b000111111111111111111111) stable contentPadding: PaddingValues? = @dynamic outlinedTextFieldPadding() stable border: Function2? = @static composableLambda($composer, 1261916269, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C648@30490L54:TextFieldDefaults.kt#jmzs0o" ) 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 : DefaultTextFieldColors ): State fun trailingIconColor( stable enabled: Boolean stable isError: Boolean stable : DefaultTextFieldColors ): State fun indicatorColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : DefaultTextFieldColors ): State fun backgroundColor( unused stable enabled: Boolean stable : DefaultTextFieldColors ): State fun placeholderColor( stable enabled: Boolean stable : DefaultTextFieldColors ): State fun labelColor( stable enabled: Boolean stable error: 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], [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 scheme("[0, [0]]") fun Decoration( stable contentColor: Color stable typography: TextStyle? = @static null stable contentAlpha: Float? = @static null stable content: @[ComposableOpenTarget(index = '0')] 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 )