HeaderText constructor

const HeaderText(
  1. String text, {
  2. bool enabled = true,
  3. Key? key,
})

Implementation

const HeaderText(
  this.text, {
  this.enabled = true,
  super.key,
});