SelectPickerCardItemStyle constructor
SelectPickerCardItemStyle({})
Implementation
SelectPickerCardItemStyle({
this.dividerColor = Colors.grey,
this.backgroundColor = Colors.white,
this.textColor = Colors.black87,
this.dividerHeight = 1,
});