Package-level declarations

Types

Link copied to clipboard
interface ColorScheme : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.material3.ColorScheme>

封装了 Material Design 3 的颜色方案(Color Scheme)。

Link copied to clipboard
interface DrawerValue : ComposableProperties<DrawerValue>

定义了抽屉(Drawer)组件可能存在的状态。

Link copied to clipboard
interface DrawerValues

提供了一组预定义的抽屉状态(DrawerValue)。

Link copied to clipboard
interface FabPosition : ComposableProperties<FabPosition>

定义了 FloatingActionButtonScaffold 中的位置。

Link copied to clipboard
interface FabPositions

提供了 FabPosition 的一组预定义实例。

Link copied to clipboard
interface Shapes : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.material3.Shapes>

定义了 Material 3 设计系统中的形状体系。

Link copied to clipboard
interface SheetValues

提供了一组预定义的底部动作条状态(SheetValue)。

Link copied to clipboard
interface SnackbarData : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.material3.SnackbarData>

代表一个特定 Snackbar 实例的数据。

Link copied to clipboard
interface SnackbarDuration : ComposableProperties<SnackbarDuration>

定义了 Snackbar 在 SnackbarHost 中显示的持续时间。

Link copied to clipboard

提供了 SnackbarDuration 的一组预定义实例。

Link copied to clipboard
interface SnackbarResult : ComposableProperties<SnackbarResult>

SnackbarHostState.showSnackbar 调用的可能结果。

Link copied to clipboard
interface SnackbarResults

提供了 SnackbarResult 的一组预定义实例。

Link copied to clipboard
interface SnackbarVisuals : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.material3.SnackbarVisuals>

代表一个 Snackbar 的视觉信息。

Link copied to clipboard
interface SwipeToDismissBoxValue : ComposableProperties<SwipeToDismissBoxValue>

定义了 SwipeToDismissBox 组件可以滑动的方向。

Link copied to clipboard

提供了 SwipeToDismissBoxValue 的一组预定义实例。

Link copied to clipboard
interface TabPosition : ComposableProperties<TabPosition>

代表 TabRow 中单个标签页的位置和尺寸信息。

Link copied to clipboard
interface Typography : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.material3.Typography>

封装了 Material Design 的类型比例(Typography Scale)。