stable class AlertDialogDefaults { stable val TonalElevation: Dp = Stable } stable class ExposedDropdownMenuDefaults { stable val ItemContentPadding: PaddingValues = Stable } stable class SearchBarDefaults { stable val Elevation: Dp stable val InputFieldHeight: Dp = Stable } stable class SearchBarColors { stable val containerColor: Color stable val dividerColor: Color stable val inputFieldColors: TextFieldColors } stable class TopAppBarDefaults { = Stable } stable class TopAppBarState { stable var heightOffsetLimit$delegate: MutableState stable var contentOffset$delegate: MutableState stable var _heightOffset: MutableState } stable class TopAppBarColors { stable val containerColor: Color stable val scrolledContainerColor: Color stable val navigationIconContentColor: Color stable val titleContentColor: Color stable val actionIconContentColor: Color } stable class BottomAppBarDefaults { stable val ContainerElevation: Dp stable val ContentPadding: PaddingValues = Stable } stable class BadgeDefaults { = Stable } stable class ButtonDefaults { stable val ButtonHorizontalPadding: Dp stable val ButtonVerticalPadding: Dp stable val ContentPadding: PaddingValues stable val ButtonWithIconHorizontalStartPadding: Dp stable val ButtonWithIconContentPadding: PaddingValues stable val TextButtonHorizontalPadding: Dp stable val TextButtonContentPadding: PaddingValues stable val TextButtonWithIconHorizontalEndPadding: Dp stable val TextButtonWithIconContentPadding: PaddingValues stable val MinWidth: Dp stable val MinHeight: Dp stable val IconSize: Dp stable val IconSpacing: Dp = Stable } stable class ButtonElevation { stable val defaultElevation: Dp stable val pressedElevation: Dp stable val focusedElevation: Dp stable val hoveredElevation: Dp stable val disabledElevation: Dp } stable class ButtonColors { stable val containerColor: Color stable val contentColor: Color stable val disabledContainerColor: Color stable val disabledContentColor: Color } stable class CardDefaults { = Stable } stable class CardElevation { stable val defaultElevation: Dp stable val pressedElevation: Dp stable val focusedElevation: Dp stable val hoveredElevation: Dp stable val draggedElevation: Dp stable val disabledElevation: Dp } stable class CardColors { stable val containerColor: Color stable val contentColor: Color stable val disabledContainerColor: Color stable val disabledContentColor: Color } stable class CheckboxDefaults { = Stable } stable class CheckboxColors { stable val checkedCheckmarkColor: Color stable val uncheckedCheckmarkColor: Color stable val checkedBoxColor: Color stable val uncheckedBoxColor: Color stable val disabledCheckedBoxColor: Color stable val disabledUncheckedBoxColor: Color stable val disabledIndeterminateBoxColor: Color stable val checkedBorderColor: Color stable val uncheckedBorderColor: Color stable val disabledBorderColor: Color stable val disabledIndeterminateBorderColor: Color } stable class AssistChipDefaults { stable val Height: Dp stable val IconSize: Dp = Stable } stable class FilterChipDefaults { stable val Height: Dp stable val IconSize: Dp = Stable } stable class InputChipDefaults { stable val Height: Dp stable val IconSize: Dp stable val AvatarSize: Dp = Stable } stable class SuggestionChipDefaults { stable val Height: Dp stable val IconSize: Dp = Stable } stable class ChipElevation { stable val defaultElevation: Dp stable val pressedElevation: Dp stable val focusedElevation: Dp stable val hoveredElevation: Dp stable val draggedElevation: Dp stable val disabledElevation: Dp } stable class SelectableChipElevation { stable val defaultElevation: Dp stable val pressedElevation: Dp stable val focusedElevation: Dp stable val hoveredElevation: Dp stable val draggedElevation: Dp stable val disabledElevation: Dp } stable class ChipColors { stable val containerColor: Color stable val labelColor: Color stable val leadingIconContentColor: Color stable val trailingIconContentColor: Color stable val disabledContainerColor: Color stable val disabledLabelColor: Color stable val disabledLeadingIconContentColor: Color stable val disabledTrailingIconContentColor: Color } stable class SelectableChipColors { stable val containerColor: Color stable val labelColor: Color stable val leadingIconColor: Color stable val trailingIconColor: Color stable val disabledContainerColor: Color stable val disabledLabelColor: Color stable val disabledLeadingIconColor: Color stable val disabledTrailingIconColor: Color stable val selectedContainerColor: Color stable val disabledSelectedContainerColor: Color stable val selectedLabelColor: Color stable val selectedLeadingIconColor: Color stable val selectedTrailingIconColor: Color } stable class SelectableChipBorder { stable val borderColor: Color stable val selectedBorderColor: Color stable val disabledBorderColor: Color stable val disabledSelectedBorderColor: Color stable val borderWidth: Dp stable val selectedBorderWidth: Dp } stable class ChipBorder { stable val borderColor: Color stable val disabledBorderColor: Color stable val borderWidth: Dp } stable class ColorScheme { stable var primary$delegate: MutableState stable var onPrimary$delegate: MutableState stable var primaryContainer$delegate: MutableState stable var onPrimaryContainer$delegate: MutableState stable var inversePrimary$delegate: MutableState stable var secondary$delegate: MutableState stable var onSecondary$delegate: MutableState stable var secondaryContainer$delegate: MutableState stable var onSecondaryContainer$delegate: MutableState stable var tertiary$delegate: MutableState stable var onTertiary$delegate: MutableState stable var tertiaryContainer$delegate: MutableState stable var onTertiaryContainer$delegate: MutableState stable var background$delegate: MutableState stable var onBackground$delegate: MutableState stable var surface$delegate: MutableState stable var onSurface$delegate: MutableState stable var surfaceVariant$delegate: MutableState stable var onSurfaceVariant$delegate: MutableState stable var surfaceTint$delegate: MutableState stable var inverseSurface$delegate: MutableState stable var inverseOnSurface$delegate: MutableState stable var error$delegate: MutableState stable var onError$delegate: MutableState stable var errorContainer$delegate: MutableState stable var onErrorContainer$delegate: MutableState stable var outline$delegate: MutableState stable var outlineVariant$delegate: MutableState stable var scrim$delegate: MutableState } stable class DateInputDefaults { } stable class DatePickerState { unstable val yearRange: IntRange runtime val calendarModel: CalendarModel stable val selectedDateMillis$delegate: State stable var selectedDate$delegate: MutableState stable var displayedMonth$delegate: MutableState } stable class DatePickerDefaults { unstable val YearRange: IntRange stable val TonalElevation: Dp stable val YearMonthSkeleton: String stable val YearAbbrMonthDaySkeleton: String stable val YearMonthWeekdayDaySkeleton: String } stable class DatePickerColors { stable val containerColor: Color stable val titleContentColor: Color stable val headlineContentColor: Color stable val weekdayContentColor: Color stable val subheadContentColor: Color stable val yearContentColor: Color stable val currentYearContentColor: Color stable val selectedYearContentColor: Color stable val selectedYearContainerColor: Color stable val dayContentColor: Color stable val disabledDayContentColor: Color stable val selectedDayContentColor: Color stable val disabledSelectedDayContentColor: Color stable val selectedDayContainerColor: Color stable val disabledSelectedDayContainerColor: Color stable val todayContentColor: Color stable val todayDateBorderColor: Color } stable class DatePickerFormatter { stable val yearSelectionSkeleton: String stable val selectedDateSkeleton: String stable val selectedDateDescriptionSkeleton: String } stable class DividerDefaults { stable val Thickness: Dp = Stable } stable class FloatingActionButtonDefaults { stable val LargeIconSize: Dp = Stable } stable class FloatingActionButtonElevation { stable val defaultElevation: Dp stable val pressedElevation: Dp stable val focusedElevation: Dp stable val hoveredElevation: Dp } stable class IconButtonDefaults { = Stable } stable class IconButtonColors { stable val containerColor: Color stable val contentColor: Color stable val disabledContainerColor: Color stable val disabledContentColor: Color } stable class IconToggleButtonColors { stable val containerColor: Color stable val contentColor: Color stable val disabledContainerColor: Color stable val disabledContentColor: Color stable val checkedContainerColor: Color stable val checkedContentColor: Color } stable class ListItemDefaults { stable val Elevation: Dp = Stable } stable class ListItemColors { stable val containerColor: Color stable val headlineColor: Color stable val leadingIconColor: Color stable val overlineColor: Color stable val supportingTextColor: Color stable val trailingIconColor: Color stable val disabledHeadlineColor: Color stable val disabledLeadingIconColor: Color stable val disabledTrailingIconColor: Color } stable class MaterialTheme { = Stable } stable class MenuDefaults { stable val DropdownMenuItemContentPadding: PaddingValues = Stable } stable class MenuItemColors { stable val textColor: Color stable val leadingIconColor: Color stable val trailingIconColor: Color stable val disabledTextColor: Color stable val disabledLeadingIconColor: Color stable val disabledTrailingIconColor: Color } stable class NavigationBarDefaults { stable val Elevation: Dp = Stable } stable class NavigationBarItemDefaults { = Stable } stable class NavigationBarItemColors { stable val selectedIconColor: Color stable val selectedTextColor: Color stable val selectedIndicatorColor: Color stable val unselectedIconColor: Color stable val unselectedTextColor: Color stable val disabledIconColor: Color stable val disabledTextColor: Color } stable class DrawerState { stable val swipeableState: SwipeableState } stable class DrawerDefaults { stable val ModalDrawerElevation: Dp stable val PermanentDrawerElevation: Dp stable val DismissibleDrawerElevation: Dp stable val MaximumDrawerWidth: Dp = Stable } stable class NavigationDrawerItemDefaults { stable val ItemPadding: PaddingValues = Stable } stable class NavigationRailDefaults { = Stable } stable class NavigationRailItemDefaults { = Stable } stable class NavigationRailItemColors { stable val selectedIconColor: Color stable val selectedTextColor: Color stable val selectedIndicatorColor: Color stable val unselectedIconColor: Color stable val unselectedTextColor: Color stable val disabledIconColor: Color stable val disabledTextColor: Color } stable class ProgressIndicatorDefaults { stable val CircularStrokeWidth: Dp stable val LinearStrokeCap: StrokeCap stable val CircularDeterminateStrokeCap: StrokeCap stable val CircularIndeterminateStrokeCap: StrokeCap stable val ProgressAnimationSpec: SpringSpec = Stable } stable class RadioButtonDefaults { = Stable } stable class RadioButtonColors { stable val selectedColor: Color stable val unselectedColor: Color stable val disabledSelectedColor: Color stable val disabledUnselectedColor: Color } stable class ScaffoldDefaults { = Stable } stable class Shapes { stable val extraSmall: CornerBasedShape stable val small: CornerBasedShape stable val medium: CornerBasedShape stable val large: CornerBasedShape stable val extraLarge: CornerBasedShape } stable class ShapeDefaults { stable val ExtraSmall: CornerBasedShape stable val Small: CornerBasedShape stable val Medium: CornerBasedShape stable val Large: CornerBasedShape stable val ExtraLarge: CornerBasedShape = Stable } stable class SliderDefaults { } stable class SliderColors { stable val thumbColor: Color stable val activeTrackColor: Color stable val activeTickColor: Color stable val inactiveTrackColor: Color stable val inactiveTickColor: Color stable val disabledThumbColor: Color stable val disabledActiveTrackColor: Color stable val disabledActiveTickColor: Color stable val disabledInactiveTrackColor: Color stable val disabledInactiveTickColor: Color } stable class SliderPositions { stable var activeRange$delegate: MutableState> stable var tickFractions$delegate: MutableState } stable class SnackbarDefaults { = Stable } stable class SnackbarHostState { unstable val mutex: Mutex stable var currentSnackbarData$delegate: MutableState } stable class DismissState { stable val swipeableState: SwipeableV2State = Stable } stable class SwipeToDismissDefaults { stable val FixedPositionalThreshold: @[ExtensionFunctionType] Function2 = Stable } stable class SwitchDefaults { stable val IconSize: Dp = Stable } stable class SwitchColors { stable val checkedThumbColor: Color stable val checkedTrackColor: Color stable val checkedBorderColor: Color stable val checkedIconColor: Color stable val uncheckedThumbColor: Color stable val uncheckedTrackColor: Color stable val uncheckedBorderColor: Color stable val uncheckedIconColor: Color stable val disabledCheckedThumbColor: Color stable val disabledCheckedTrackColor: Color stable val disabledCheckedBorderColor: Color stable val disabledCheckedIconColor: Color stable val disabledUncheckedThumbColor: Color stable val disabledUncheckedTrackColor: Color stable val disabledUncheckedBorderColor: Color stable val disabledUncheckedIconColor: Color } stable class TabPosition { stable val left: Dp stable val width: Dp } stable class TabRowDefaults { = Stable } stable class TextFieldDefaults { stable val MinHeight: Dp stable val MinWidth: Dp stable val UnfocusedBorderThickness: Dp stable val FocusedBorderThickness: Dp } stable class TextFieldColors { stable val textColor: Color stable val disabledTextColor: Color stable val containerColor: Color stable val cursorColor: Color stable val errorCursorColor: Color stable val textSelectionColors: TextSelectionColors stable val focusedIndicatorColor: Color stable val unfocusedIndicatorColor: Color stable val errorIndicatorColor: Color stable val disabledIndicatorColor: Color stable val focusedLeadingIconColor: Color stable val unfocusedLeadingIconColor: Color stable val disabledLeadingIconColor: Color stable val errorLeadingIconColor: Color stable val focusedTrailingIconColor: Color stable val unfocusedTrailingIconColor: Color stable val disabledTrailingIconColor: Color stable val errorTrailingIconColor: Color stable val focusedLabelColor: Color stable val unfocusedLabelColor: Color stable val disabledLabelColor: Color stable val errorLabelColor: Color stable val placeholderColor: Color stable val disabledPlaceholderColor: Color stable val focusedSupportingTextColor: Color stable val unfocusedSupportingTextColor: Color stable val disabledSupportingTextColor: Color stable val errorSupportingTextColor: Color } stable class TooltipDefaults { = Stable } stable class TooltipState { stable var isVisible$delegate: MutableState } stable class Typography { stable val displayLarge: TextStyle stable val displayMedium: TextStyle stable val displaySmall: TextStyle stable val headlineLarge: TextStyle stable val headlineMedium: TextStyle stable val headlineSmall: TextStyle stable val titleLarge: TextStyle stable val titleMedium: TextStyle stable val titleSmall: TextStyle stable val bodyLarge: TextStyle stable val bodyMedium: TextStyle stable val bodySmall: TextStyle stable val labelLarge: TextStyle stable val labelMedium: TextStyle stable val labelSmall: TextStyle }