SubSwitchTitle constructor
const
SubSwitchTitle({
- Key? key,
- required List<
String> nameList, - int defaultSelectIndex = 0,
- void onSelect(
- int index
- EdgeInsets? padding,
- TabController? controller,
Implementation
const SubSwitchTitle({
Key? key,
required this.nameList,
this.defaultSelectIndex = 0,
this.onSelect,
this.padding,
this.controller,
}) : super(key: key);