restartable skippable 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 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 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 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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun ExposedDropdownMenuBox( stable expanded: Boolean stable onExpandedChange: Function1 stable modifier: Modifier? = @static Companion stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun ExposedDropdownMenu( stable expanded: Boolean stable onDismissRequest: Function0 stable modifier: Modifier? = @static Companion stable content: @[ExtensionFunctionType] Function3 : ExposedDropdownMenuBoxScope ) restartable skippable 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 fun PlatformMaterialTheme( stable content: Function2 ) fun getString( stable string: Strings ): String restartable skippable fun ExposedDropdownMenuPopup( stable onDismissRequest: Function0? = @static null stable popupPositionProvider: PopupPositionProvider stable content: Function2 ) inline fun SimpleStack( stable modifier: Modifier stable content: Function2 ) restartable fun Content( unstable : PopupLayout ) restartable skippable 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 fun AlertDialogBaselineLayout( stable : ColumnScope stable title: Function2? stable text: Function2? ) restartable skippable fun AlertDialogFlowRow( stable mainAxisSpacing: Dp stable crossAxisSpacing: Dp stable content: Function2 ) restartable skippable 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 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 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 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({ val tmp0_return = SnackbarHostState ( ) tmp0_return } , $composer, 0) ): BackdropScaffoldState restartable skippable 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 fun Scrim( stable color: Color stable onDismiss: Function0 stable visible: Boolean ) restartable skippable fun BackLayerTransition( stable target: BackdropValue stable appBar: Function2 stable content: Function2 ) restartable skippable fun BackdropStack( stable modifier: Modifier stable backLayer: Function2 stable calculateBackLayerConstraints: Function1 stable frontLayer: Function4 ) fun ( unused stable : BackdropScaffoldDefaults ): Shape fun ( unused stable : BackdropScaffoldDefaults ): Color restartable skippable fun BadgedBox( stable badge: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun Badge( stable modifier: Modifier? = @static Companion stable 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 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 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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable selectedContentColor: Color = @dynamic LocalContentColor.current stable unselectedContentColor: Color = @dynamic selectedContentColor.copy( alpha = ContentAlpha . medium ) ) restartable skippable fun BottomNavigationTransition( stable activeColor: Color stable inactiveColor: Color stable selected: Boolean stable content: Function3<@[ParameterName(name = 'animationProgress')] Float, Composer, Int, Unit> ) restartable skippable 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({ val tmp0_return = SnackbarHostState ( ) tmp0_return } , $composer, 0) ): BottomSheetScaffoldState restartable skippable 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 fun BottomSheetScaffoldStack( stable body: Function2 stable bottomSheet: Function2 stable floatingActionButton: Function2 stable snackbarHost: Function2 stable bottomSheetOffset: State stable floatingActionButtonPosition: FabPosition ) restartable skippable fun Button( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable elevation: ButtonElevation? = @dynamic ButtonDefaults.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 ) restartable skippable fun OutlinedButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable elevation: ButtonElevation? = @static null stable shape: Shape? = @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 ) restartable skippable fun TextButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable elevation: ButtonElevation? = @static null stable shape: Shape? = @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 restartable skippable 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 $dirty shr 0b0110) stable border: BorderStroke? = @static null stable elevation: Dp = @static 1.dp stable content: Function2 ) restartable skippable 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 $dirty shr 0b1001) stable border: BorderStroke? = @static null stable elevation: Dp = @static 1.dp stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable indication: Indication? = @dynamic LocalIndication.current stable enabled: Boolean = @static true stable onClickLabel: String? = @static null stable role: Role? = @static null stable content: Function2 ) restartable skippable fun Checkbox( stable checked: Boolean stable onCheckedChange: Function1? stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable colors: CheckboxColors? = @dynamic CheckboxDefaults.colors((0L), (0L), (0L), (0L), (0L), $composer, 0b00110000000000000000, 0b00011111) ) restartable skippable fun TriStateCheckbox( stable state: ToggleableState stable onClick: Function0? stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable colors: CheckboxColors? = @dynamic CheckboxDefaults.colors((0L), (0L), (0L), (0L), (0L), $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 fun CheckboxImpl( stable enabled: Boolean stable value: ToggleableState stable modifier: Modifier stable colors: CheckboxColors ) fun checkmarkColor( stable state: ToggleableState stable : DefaultCheckboxColors ): State fun boxColor( stable enabled: Boolean stable state: ToggleableState stable : DefaultCheckboxColors ): State fun borderColor( stable enabled: Boolean stable state: ToggleableState stable : DefaultCheckboxColors ): State readonly fun contentColorFor( stable backgroundColor: Color ): Color 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 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 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 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 fun BottomDrawerScrim( stable color: Color stable onDismiss: Function0 stable visible: Boolean ) restartable skippable 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 fun FloatingActionButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable shape: Shape? = @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 fun ExtendedFloatingActionButton( stable text: Function2 stable onClick: Function0 stable modifier: Modifier? = @static Companion stable icon: Function2? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable shape: Shape? = @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 restartable skippable fun Icon( stable imageVector: ImageVector stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current.copy( alpha = LocalContentAlpha . current ) ) restartable fun Icon( unstable bitmap: ImageBitmap stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current.copy( alpha = LocalContentAlpha . current ) ) restartable 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 fun IconButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable content: Function2 ) restartable skippable fun IconToggleButton( stable checked: Boolean stable onCheckedChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable content: Function2 ) restartable skippable fun 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 fun ListItem( stable modifier: Modifier? = @static Companion stable icon: Function2? stable text: Function2 stable trailing: Function2? stable : OneLine ) restartable skippable 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 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 fun BaselinesOffsetColumn( unstable offsets: List stable modifier: Modifier? = @static Companion stable content: Function2 ) restartable skippable fun OffsetToBaselineOrCenter( stable offset: Dp stable modifier: Modifier? = @static Companion stable content: Function2 ) fun rememberTextSelectionColors( stable colors: Colors ): TextSelectionColors restartable skippable 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 fun DropdownMenuContent( expandedStates: MutableTransitionState stable transformOriginState: MutableState stable modifier: Modifier? = @static Companion stable content: @[ExtensionFunctionType] Function3 ) restartable skippable 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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) fun rememberModalBottomSheetState( stable initialValue: ModalBottomSheetValue unstable animationSpec: AnimationSpec? = @static SwipeableDefaults.AnimationSpec stable confirmStateChange: Function1? = @dynamic { it: ModalBottomSheetValue -> true } ): ModalBottomSheetState restartable skippable 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 fun Scrim( stable color: Color stable onDismiss: Function0 stable visible: Boolean ) fun ( unused stable : ModalBottomSheetDefaults ): Color restartable skippable 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 fun NavigationRailItem( stable selected: Boolean stable onClick: Function0 stable icon: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable label: Function2? = @static null stable alwaysShowLabel: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable selectedContentColor: Color = @dynamic MaterialTheme.colors.primary stable unselectedContentColor: Color = @dynamic LocalContentColor.current.copy( alpha = ContentAlpha . medium ) ) restartable skippable fun NavigationRailTransition( stable activeColor: Color stable inactiveColor: Color stable selected: Boolean stable content: Function3<@[ParameterName(name = 'animationProgress')] Float, Composer, Int, Unit> ) restartable skippable fun NavigationRailItemBaselineLayout( stable icon: Function2 stable label: Function2? stable iconPositionAnimationProgress: Float ) restartable skippable 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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $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 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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $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 fun OutlinedTextFieldLayout( stable modifier: Modifier stable value: TextFieldValue stable onValueChange: Function1 stable enabled: Boolean stable readOnly: Boolean stable keyboardOptions: KeyboardOptions keyboardActions: KeyboardActions stable textStyle: TextStyle stable singleLine: Boolean stable maxLines: Int = @static Companion.MAX_VALUE stable visualTransformation: VisualTransformation stable interactionSource: MutableInteractionSource stable decoratedPlaceholder: Function3? stable decoratedLabel: Function2? stable leading: Function2? stable trailing: Function2? stable leadingColor: Color stable trailingColor: Color stable labelProgress: Float stable indicatorWidth: Dp stable indicatorColor: Color stable cursorColor: Color stable backgroundColor: Color stable shape: Shape ) restartable skippable fun IconsWithTextFieldLayout( stable textField: Function2 stable placeholder: Function3? stable label: Function2? stable leading: Function2? stable trailing: Function2? stable singleLine: Boolean stable leadingColor: Color stable trailingColor: Color stable animationProgress: Float stable onLabelMeasured: Function1 stable shape: Shape stable borderWidth: Dp stable borderColor: Color stable labelSize: Size ) restartable skippable 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 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 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 fun CircularProgressIndicator( stable modifier: Modifier? = @static Companion stable color: Color = @dynamic MaterialTheme.colors.primary stable strokeWidth: Dp = @static ProgressIndicatorDefaults.StrokeWidth ) restartable skippable fun RadioButton( stable selected: Boolean stable onClick: Function0? stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable colors: RadioButtonColors? = @dynamic RadioButtonDefaults.colors((0L), (0L), (0L), $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({ val tmp0_return = SnackbarHostState ( ) tmp0_return } , $composer, 0) ): ScaffoldState restartable skippable 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 fun ScaffoldLayout( stable isFabDocked: Boolean stable fabPosition: FabPosition stable topBar: Function2 stable content: Function3 stable snackbar: Function2 stable fab: Function2 stable bottomBar: Function2 ) restartable skippable 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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable colors: SliderColors? = @dynamic SliderDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b0110, 0b001111111111) ) restartable skippable 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 fun SliderImpl( stable enabled: Boolean stable positionFraction: Float unstable tickFractions: List stable colors: SliderColors stable width: Float stable interactionSource: MutableInteractionSource stable modifier: Modifier ) restartable 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 ) restartable skippable fun SliderThumb( stable modifier: Modifier stable offset: Dp stable interactionSource: MutableInteractionSource stable colors: SliderColors stable enabled: Boolean stable thumbSize: Dp ) restartable 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 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 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 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 fun TextOnlySnackbar( stable content: Function2 ) restartable skippable fun NewLineButtonSnackbar( stable text: Function2 stable action: Function2 ) restartable skippable fun OneRowSnackbar( stable text: Function2 stable action: Function2 ) restartable skippable fun SnackbarHost( stable hostState: SnackbarHostState stable modifier: Modifier? = @static Companion stable snackbar: Function3? = @static ComposableSingletons$SnackbarHostKt.lambda-1 ) restartable skippable fun FadeInFadeOutWithScale( current: SnackbarData? stable modifier: Modifier? = @static Companion stable content: Function3 ) fun animatedOpacity( unstable animation: AnimationSpec stable visible: Boolean stable onAnimationFinish: Function0? = @dynamic { } ): State fun animatedScale( unstable animation: AnimationSpec stable visible: Boolean ): State restartable skippable fun Surface( stable modifier: Modifier? = @static Companion stable shape: Shape? = @static RectangleShape stable color: Color = @dynamic MaterialTheme.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 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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable indication: Indication? = @dynamic LocalIndication.current stable enabled: Boolean = @static true stable onClickLabel: String? = @static null stable role: Role? = @static null stable content: Function2 ) restartable skippable fun Surface( stable modifier: Modifier stable shape: Shape stable color: Color stable contentColor: Color stable border: BorderStroke? stable elevation: Dp stable clickAndSemanticsModifier: Modifier stable content: Function2 ) fun rememberDismissState( stable initialValue: DismissValue? = @static DismissValue.Default stable confirmStateChange: Function1? = @dynamic { it: DismissValue -> true } ): DismissState restartable skippable 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 fun Switch( stable checked: Boolean stable onCheckedChange: Function1? stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable colors: SwitchColors? = @dynamic SwitchDefaults.colors((0L), (0L), 0.0f, (0L), (0L), 0.0f, (0L), (0L), (0L), (0L), $composer, 0, 0b0110, 0b001111111111) ) restartable skippable 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 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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable selectedContentColor: Color = @dynamic LocalContentColor.current stable unselectedContentColor: Color = @dynamic selectedContentColor.copy( alpha = ContentAlpha . medium ) ) restartable skippable 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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable selectedContentColor: Color = @dynamic LocalContentColor.current stable unselectedContentColor: Color = @dynamic selectedContentColor.copy( alpha = ContentAlpha . medium ) ) restartable skippable fun Tab( stable selected: Boolean stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable selectedContentColor: Color = @dynamic LocalContentColor.current stable unselectedContentColor: Color = @dynamic selectedContentColor.copy( alpha = ContentAlpha . medium ) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun TabTransition( stable activeColor: Color stable inactiveColor: Color stable selected: Boolean stable content: Function2 ) restartable skippable 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: Function3<@[ParameterName(name = 'tabPositions')] List, Composer, Int, Unit>? = @static composableLambda($composer, -819889141, true) { tabPositions: List, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C136@6830L92:TabRow.kt#jmzs0o" ) TabRowDefaults . Indicator ( TabRowDefaults . tabIndicatorOffset ( tabPositions [ selectedTabIndex ] ) , ( 0.0f ) , ( 0L ) , $composer , 0b110000000000 , 0b0110 ) } stable divider: Function2? = @static ComposableSingletons$TabRowKt.lambda-1 stable tabs: Function2 ) restartable skippable 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: Function3<@[ParameterName(name = 'tabPositions')] List, Composer, Int, Unit>? = @static composableLambda($composer, -819901947, true) { tabPositions: List, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C228@11444L92:TabRow.kt#jmzs0o" ) TabRowDefaults . Indicator ( TabRowDefaults . tabIndicatorOffset ( tabPositions [ selectedTabIndex ] ) , ( 0.0f ) , ( 0L ) , $composer , 0b110000000000 , 0b0110 ) } stable divider: Function2? = @static ComposableSingletons$TabRowKt.lambda-2 stable tabs: Function2 ) restartable skippable 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 fun Indicator( stable modifier: Modifier? = @static Companion stable height: Dp = @dynamic IndicatorHeight stable color: Color = @dynamic LocalContentColor.current stable : TabRowDefaults ) restartable skippable fun Text( stable text: String stable modifier: Modifier? = @static Companion stable color: Color = @static Companion.Unspecified stable fontSize: TextUnit = @static Companion.Unspecified stable fontStyle: FontStyle? = @static null stable fontWeight: FontWeight? = @static null stable fontFamily: FontFamily? = @static null stable letterSpacing: TextUnit = @static Companion.Unspecified stable textDecoration: TextDecoration? = @static null stable textAlign: TextAlign? = @static null stable lineHeight: TextUnit = @static Companion.Unspecified stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable fun Text( stable text: AnnotatedString stable modifier: Modifier? = @static Companion stable color: Color = @static Companion.Unspecified stable fontSize: TextUnit = @static Companion.Unspecified stable fontStyle: FontStyle? = @static null stable fontWeight: FontWeight? = @static null stable fontFamily: FontFamily? = @static null stable letterSpacing: TextUnit = @static Companion.Unspecified stable textDecoration: TextDecoration? = @static null stable textAlign: TextAlign? = @static null stable lineHeight: TextUnit = @static Companion.Unspecified stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE unstable inlineContent: Map? = @dynamic mapOf() stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable fun ProvideTextStyle( stable value: TextStyle stable content: Function2 ) restartable skippable 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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $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 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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $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 fun TextFieldLayout( stable modifier: Modifier stable value: TextFieldValue stable onValueChange: Function1 stable enabled: Boolean stable readOnly: Boolean stable keyboardOptions: KeyboardOptions keyboardActions: KeyboardActions stable textStyle: TextStyle stable singleLine: Boolean stable maxLines: Int = @static Companion.MAX_VALUE stable visualTransformation: VisualTransformation stable interactionSource: MutableInteractionSource stable decoratedPlaceholder: Function3? stable decoratedLabel: Function2? stable leading: Function2? stable trailing: Function2? stable leadingColor: Color stable trailingColor: Color stable labelProgress: Float stable indicatorWidth: Dp stable indicatorColor: Color stable backgroundColor: Color stable cursorColor: Color stable shape: Shape ) restartable skippable fun IconsWithTextFieldLayout( stable textField: Function2 stable label: Function2? stable placeholder: Function3? stable leading: Function2? stable trailing: Function2? stable singleLine: Boolean stable leadingColor: Color stable trailingColor: Color stable animationProgress: Float ) 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 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 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 restartable skippable fun TextFieldImpl( stable type: TextFieldType stable enabled: Boolean stable readOnly: Boolean stable value: TextFieldValue stable onValueChange: Function1 stable modifier: Modifier stable singleLine: Boolean stable textStyle: TextStyle stable label: Function2? stable placeholder: Function2? stable leading: Function2? stable trailing: Function2? stable isError: Boolean stable visualTransformation: VisualTransformation stable keyboardOptions: KeyboardOptions? = @dynamic Companion.Default keyboardActions: KeyboardActions stable maxLines: Int = @static Companion.MAX_VALUE stable interactionSource: MutableInteractionSource stable shape: Shape stable colors: TextFieldColors ) restartable skippable fun Decoration( stable contentColor: Color stable typography: TextStyle? = @static null stable contentAlpha: Float? = @static null stable content: Function2 ) restartable skippable fun Transition( stable inputState: InputPhase stable focusedTextStyleColor: Color stable unfocusedTextStyleColor: Color stable contentColor: Function3 stable showLabel: Boolean stable content: Function7<@[ParameterName(name = 'labelProgress')] Float, @[ParameterName(name = 'labelTextStyleColor')] Color, @[ParameterName(name = 'labelContentColor')] Color, @[ParameterName(name = 'indicatorWidth')] Dp, @[ParameterName(name = 'placeholderOpacity')] Float, Composer, Int, Unit> unused stable : TextFieldTransitionScope )