AppBarWithMember constructor

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

Implementation

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