stable class Border { stable val border: BorderStroke stable val inset: Dp stable val shape: Shape } stable class ButtonDefaults { stable val ContainerShape: RoundedCornerShape stable val ButtonHorizontalPadding: Dp stable val ButtonVerticalPadding: Dp stable val ButtonWithIconHorizontalStartPadding: Dp stable val ContentPadding: PaddingValues stable val ButtonWithIconContentPadding: PaddingValues stable val IconSize: Dp stable val IconSpacing: Dp = Stable } stable class OutlinedButtonDefaults { stable val ContainerShape: RoundedCornerShape stable val ButtonHorizontalPadding: Dp stable val ButtonVerticalPadding: Dp stable val ButtonWithIconHorizontalStartPadding: Dp stable val ContentPadding: PaddingValues stable val IconSize: Dp stable val IconSpacing: Dp stable val ButtonWithIconContentPadding: PaddingValues = Stable } stable class ButtonShape { stable val shape: Shape stable val focusedShape: Shape stable val pressedShape: Shape stable val disabledShape: Shape stable val focusedDisabledShape: Shape } stable class ButtonColors { stable val containerColor: Color stable val contentColor: Color stable val focusedContainerColor: Color stable val focusedContentColor: Color stable val pressedContainerColor: Color stable val pressedContentColor: Color stable val disabledContainerColor: Color stable val disabledContentColor: Color } stable class WideButtonContentColor { stable val contentColor: Color stable val focusedContentColor: Color stable val pressedContentColor: Color stable val disabledContentColor: Color } stable class ButtonScale { stable val scale: Float stable val focusedScale: Float stable val pressedScale: Float stable val disabledScale: Float stable val focusedDisabledScale: Float } stable class ButtonBorder { stable val border: Border stable val focusedBorder: Border stable val pressedBorder: Border stable val disabledBorder: Border stable val focusedDisabledBorder: Border } stable class ButtonGlow { stable val glow: Glow stable val focusedGlow: Glow stable val pressedGlow: Glow } stable class CardDefaults { stable val ContentImageAlignment: Alignment stable val ContainerShape: RoundedCornerShape stable val SquareImageAspectRatio: Float stable val VerticalImageAspectRatio: Float stable val HorizontalImageAspectRatio: Float stable val ContainerGradient: Brush = Stable } stable class CardLayoutDefaults { = Stable } stable class CardLayoutColors { stable val contentColor: Color stable val focusedContentColor: Color stable val pressedContentColor: Color } stable class CardColors { stable val containerColor: Color stable val contentColor: Color stable val focusedContainerColor: Color stable val focusedContentColor: Color stable val pressedContainerColor: Color stable val pressedContentColor: Color } stable class CardShape { stable val shape: Shape stable val focusedShape: Shape stable val pressedShape: Shape } stable class CardScale { stable val scale: Float stable val focusedScale: Float stable val pressedScale: Float } stable class CardBorder { stable val border: Border stable val focusedBorder: Border stable val pressedBorder: Border } stable class CardGlow { stable val glow: Glow stable val focusedGlow: Glow stable val pressedGlow: Glow } stable class CarouselState { stable var activePauseHandlesCount$delegate: MutableIntState stable var activeItemIndex$delegate: MutableIntState stable var isMovingBackward: Boolean } stable class CarouselDefaults { stable val TimeToDisplayItemMillis: Long = Stable } 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 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 border$delegate: MutableState stable var borderVariant$delegate: MutableState stable var scrim$delegate: MutableState } stable class Glow { stable val elevationColor: Color stable val elevation: Dp } stable class IconButtonDefaults { stable val ContainerShape: RoundedCornerShape stable val SmallIconSize: Dp stable val MediumIconSize: Dp stable val LargeIconSize: Dp stable val SmallButtonSize: Dp stable val MediumButtonSize: Dp stable val LargeButtonSize: Dp = Stable } stable class OutlinedIconButtonDefaults { stable val ContainerShape: RoundedCornerShape stable val SmallIconSize: Dp stable val MediumIconSize: Dp stable val LargeIconSize: Dp stable val SmallButtonSize: Dp stable val MediumButtonSize: Dp stable val LargeButtonSize: Dp = Stable } stable class ImmersiveListDefaults { stable val EnterTransition: EnterTransition stable val ExitTransition: ExitTransition = Stable } stable class ImmersiveListBackgroundScope { stable var $$delegate_0: BoxScope } stable class ImmersiveListScope { stable val onFocused: Function1 } stable class MaterialTheme { = Stable } stable class DrawerState { stable var currentValue$delegate: MutableState = 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 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 NonInteractiveSurfaceDefaults { stable val border: Border stable val glow: Glow = Stable } stable class ClickableSurfaceDefaults { = Stable } stable class ToggleableSurfaceDefaults { = Stable } stable class ClickableSurfaceShape { stable val shape: Shape stable val focusedShape: Shape stable val pressedShape: Shape stable val disabledShape: Shape stable val focusedDisabledShape: Shape } stable class ToggleableSurfaceShape { stable val shape: Shape stable val focusedShape: Shape stable val pressedShape: Shape stable val selectedShape: Shape stable val disabledShape: Shape stable val focusedSelectedShape: Shape stable val focusedDisabledShape: Shape stable val pressedSelectedShape: Shape stable val selectedDisabledShape: Shape stable val focusedSelectedDisabledShape: Shape } stable class ClickableSurfaceColors { stable val containerColor: Color stable val contentColor: Color stable val focusedContainerColor: Color stable val focusedContentColor: Color stable val pressedContainerColor: Color stable val pressedContentColor: Color stable val disabledContainerColor: Color stable val disabledContentColor: Color } stable class ToggleableSurfaceColors { stable val containerColor: Color stable val contentColor: Color stable val focusedContainerColor: Color stable val focusedContentColor: Color stable val pressedContainerColor: Color stable val pressedContentColor: Color stable val selectedContainerColor: Color stable val selectedContentColor: Color stable val disabledContainerColor: Color stable val disabledContentColor: Color stable val focusedSelectedContainerColor: Color stable val focusedSelectedContentColor: Color stable val pressedSelectedContainerColor: Color stable val pressedSelectedContentColor: Color } stable class ClickableSurfaceScale { stable val scale: Float stable val focusedScale: Float stable val pressedScale: Float stable val disabledScale: Float stable val focusedDisabledScale: Float } stable class ToggleableSurfaceScale { stable val scale: Float stable val focusedScale: Float stable val pressedScale: Float stable val selectedScale: Float stable val disabledScale: Float stable val focusedSelectedScale: Float stable val focusedDisabledScale: Float stable val pressedSelectedScale: Float stable val selectedDisabledScale: Float stable val focusedSelectedDisabledScale: Float } stable class ClickableSurfaceBorder { stable val border: Border stable val focusedBorder: Border stable val pressedBorder: Border stable val disabledBorder: Border stable val focusedDisabledBorder: Border } stable class ToggleableSurfaceBorder { stable val border: Border stable val focusedBorder: Border stable val pressedBorder: Border stable val selectedBorder: Border stable val disabledBorder: Border stable val focusedSelectedBorder: Border stable val focusedDisabledBorder: Border stable val pressedSelectedBorder: Border stable val selectedDisabledBorder: Border stable val focusedSelectedDisabledBorder: Border } stable class ClickableSurfaceGlow { stable val glow: Glow stable val focusedGlow: Glow stable val pressedGlow: Glow } stable class ToggleableSurfaceGlow { stable val glow: Glow stable val focusedGlow: Glow stable val pressedGlow: Glow stable val selectedGlow: Glow stable val focusedSelectedGlow: Glow stable val pressedSelectedGlow: Glow } stable class NonInteractiveSurfaceColors { stable val containerColor: Color stable val contentColor: Color } 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 TabColors { stable val activeContentColor: Color stable val contentColor: Color stable val selectedContentColor: Color stable val focusedContentColor: Color stable val focusedSelectedContentColor: Color stable val disabledActiveContentColor: Color stable val disabledContentColor: Color stable val disabledSelectedContentColor: Color = Stable } stable class TabDefaults { = Stable } stable class TabRowDefaults { stable val ContainerColor: Color = Stable } 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 } stable class WideButtonDefaults { stable val HorizontalPadding: Dp stable val VerticalPadding: Dp stable val ContentPadding: PaddingValues stable val ContainerShape: RoundedCornerShape = Stable }