IndexBar constructor

const IndexBar({
  1. dynamic onIndexClick(
    1. String
    )?,
  2. List<String>? index,
  3. Key? key,
})

Implementation

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