CustomViewData
data class CustomViewData(val view: View? = null, val spanCount: Int = 1) : ViewData, SpanData(source)
The ui model for custom view use to item view managed by androidx.picker.adapter.AbsAdapter.
The ui model for custom view use to item view managed by androidx.picker.adapter.AbsAdapter.