XTabBar constructor

const XTabBar({
  1. Key? key,
  2. required List<String> tabs,
})

Implementation

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