Package-level declarations

Types

Link copied to clipboard

WheelPicker의 기본 스타일 값을 제공합니다. Provides default style values for WheelPicker.

Link copied to clipboard
data class WheelPickerFadeStyle(val fraction: Float, val enabled: Boolean)

페이드 엣지 효과의 스타일을 정의합니다. Defines the style of the fading edge effect.

Link copied to clipboard
data class WheelPickerSelectorStyle(val background: Color, val shape: Shape, val dividerColor: Color, val dividerThickness: Dp, val showDivider: Boolean)

선택 영역의 스타일을 정의합니다. Defines the style of the selected item area.

Link copied to clipboard

WheelPicker 전체 스타일을 정의합니다. Defines the overall style of WheelPicker.

Link copied to clipboard
data class WheelPickerTransformStyle(val rotationEnabled: Boolean, val maxRotationDegree: Float, val scaleEnabled: Boolean, val minScale: Float, val alphaEnabled: Boolean, val minAlpha: Float)

3D 변환 효과의 스타일을 정의합니다. Defines the style of the 3D transform effect.