MenuBar constructor

const MenuBar(
  1. {Key? key,
  2. required int currentIndex}
)

Implementation

const MenuBar({
  Key? key,
  required this.currentIndex,
}) : super(key: key);