FitRadioChips constructor
const
FitRadioChips({})
Creates a new FitRadioChips.
Implementation
const FitRadioChips({
super.key,
required this.title,
required this.options,
this.selectedIndex = _defaultPreSelectedIndex,
this.onSelectionChanged,
});