TabsWidget constructor

const TabsWidget({
  1. required List<TabData> tabs,
  2. Key? key,
  3. String? title,
})

Implementation

const TabsWidget({required this.tabs, Key? key, this.title})
    : super(key: key);