WheelPickerSelectorStyle

constructor(background: Color, shape: Shape, dividerColor: Color, dividerThickness: Dp, showDivider: Boolean)

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)

dividerColor

선택 영역 위아래 구분선 색상 / Divider color above and below the selected area

dividerThickness

구분선 두께 / Divider thickness

showDivider

구분선 표시 여부 / Whether to show dividers