WheelPickerFadeStyle

data class WheelPickerFadeStyle(val fraction: Float, val enabled: Boolean)

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

Parameters

fraction

페이드 영역 비율 (0f ~ 0.5f) / Fade area fraction (0f ~ 0.5f)

enabled

페이드 효과 활성화 여부 / Whether the fade effect is enabled

Constructors

Link copied to clipboard
constructor(fraction: Float, enabled: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard