ExploreScreen constructor

const ExploreScreen({
  1. Key? key,
  2. required void onBottomTap(
    1. int index
    ),
})

Implementation

const ExploreScreen({super.key, required this.onBottomTap});