SingleSelectItem constructor
SingleSelectItem({})
Implementation
SingleSelectItem({Key? key, required this.title, required this.isSelected, this.onSelected, this.buildItem, this.isCenter = true, this.isDisabled = false}) : super(key: key);