Wheel Picker Selector Style
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.
Parameters
background
선택 영역 배경 색상 / Background color of the selected area
shape
선택 영역 모양 / Shape of the selected area stable한 구현체 사용을 권장합니다 (예: RoundedCornerShape) It is recommended to use stable implementations (e.g. RoundedCornerShape)
divider Color
선택 영역 위아래 구분선 색상 / Divider color above and below the selected area
divider Thickness
구분선 두께 / Divider thickness
show Divider
구분선 표시 여부 / Whether to show dividers