KinSegmentedControl constructor
const
KinSegmentedControl({})
Implementation
const KinSegmentedControl({
super.key,
required this.segments,
required this.selectedIndex,
required this.onChanged,
});
const KinSegmentedControl({
super.key,
required this.segments,
required this.selectedIndex,
required this.onChanged,
});