TdTabsView constructor
const
TdTabsView({
- Key? key,
- TdTabController? controller,
- required List<
Widget> children,
Implementation
const TdTabsView({
super.key,
this.controller,
required this.children,
});