IndexBar constructor

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

Implementation

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