GroupTitleViewHolder
class GroupTitleViewHolder(view: View, subHeaderStyle: GroupTitleStyleData) : PickerViewHolder(source)
PickerViewHolder for group titles in a picker.
This ViewHolder is responsible for displaying a title and an optional label, which can be used to group items within the picker. The appearance of the group title (background and text color) can be customized through GroupTitleStyleData.
Parameters
view
The View representing the group title item.
subHeaderStyle
The style data to customize the appearance of the group title.