CDKButtonSelect constructor
Implementation
const CDKButtonSelect({
super.key,
required this.selectedIndex,
required this.options,
this.isFlat = false,
this.isTranslucent = false,
this.onSelected,
});
const CDKButtonSelect({
super.key,
required this.selectedIndex,
required this.options,
this.isFlat = false,
this.isTranslucent = false,
this.onSelected,
});