IndexBar constructor

const IndexBar({
  1. Key? key,
  2. required void indexBarCallBack(
    1. String str
    ),
})

Implementation

const IndexBar({super.key, required this.indexBarCallBack});