SelectableListItemDesign constructor
const
SelectableListItemDesign({})
Implementation
const SelectableListItemDesign({
this.selected = _placeHolderColor,
this.unselected = _placeHolderColor,
this.selectedText = Colors.white,
this.unselectedText = _placeHolderColor,
});