ItinereoBottomBar constructor

const ItinereoBottomBar({
  1. Key? key,
  2. required int currentIndex,
  3. dynamic onTap(
    1. int
    )?,
})

Creates an ItinereoBottomBar with the given current index and tap handler.

Implementation

const ItinereoBottomBar({super.key, required this.currentIndex, this.onTap});