Compose Wheel Picker 만들기. 만들고자 하는 Wheel Picker의 조건이다. | by Hyeonseosong | Oct, 2024

Wheel Picker 구현 함수 생성 및 매개변수 지정 @Composablefun <T> InfiniteWheelPicker(width: Dp,itemHeight: Dp,items: List<T>,initialItem: T,textStyle: TextStyle,textColor: Color,selectedTextColor: Color,numberOfDisplayedItems: Int = 5,onItemSelected: (index: Int, item: T) -> Unit = { _, …

Compose Wheel Picker 만들기. 만들고자 하는 Wheel Picker의 조건이다. | by Hyeonseosong | Oct, 2024 Read More