BasfOption constructor
BasfOption({
- required String text,
- required VoidCallback onChanged,
- bool isSelected = false,
- String? subtitle,
Implementation
BasfOption({
required this.text,
required this.onChanged,
this.isSelected = false,
this.subtitle,
});