Title constructor

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

Implementation

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