Package-level declarations
Types
Link copied to clipboard
interface Dimensions
用于创建和访问尺寸单位(如Dp)的工具接口。
Link copied to clipboard
interface Dp : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.ui.unit.Dp> , Comparable<Dp>
封装Jetpack Compose的 Dp,代表设备无关像素(dp)。
Link copied to clipboard
定义了布局元素和文本的水平排列方向。
Link copied to clipboard
interface LayoutDirections
提供了一组预定义的布局方向(LayoutDirection)。
Link copied to clipboard
interface TextUnitType : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.ui.unit.TextUnitType>
表示 TextUnit 的类型。
Link copied to clipboard
interface TextUnitTypes
用于创建 TextUnitType 实例的工厂接口。