TdTabsView constructor

const TdTabsView({
  1. Key? key,
  2. TdTabController? controller,
  3. required List<Widget> children,
})

Implementation

const TdTabsView({
  super.key,
  this.controller,
  required this.children,
});