SenseiAppBar constructor

const SenseiAppBar(
  1. String title, {
  2. Key? key,
})

Implementation

const SenseiAppBar(this.title, {super.key});