IndexAppBar constructor

const IndexAppBar(
  1. String titleText, {
  2. Key? key,
})

Implementation

const IndexAppBar(this.titleText, {super.key});