ButtonBar constructor

const ButtonBar({
  1. Key? key,
  2. int selectedIndex = 0,
  3. required List<IconTab> buttons,
})

Implementation

const ButtonBar({super.key, this.selectedIndex = 0, required this.buttons});