ChipTabSwitcher constructor
- Key? key,
- required List<
String> tabs, - TabController? controller,
- EdgeInsetsGeometry padding = const EdgeInsets.symmetric(horizontal: 16),
- double spacing = 8,
Implementation
const ChipTabSwitcher({
super.key,
required this.tabs,
this.controller,
this.padding = const EdgeInsets.symmetric(horizontal: 16),
this.spacing = 8,
});