HeaderText constructor

const HeaderText(
  1. String text, {
  2. Key? key,
})

Implementation

const HeaderText(this.text, {Key? key}) : super(key: key);