IndexBar constructor

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

Implementation

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