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