Header constructor

const Header(
  1. String label, {
  2. Key? key,
})

Implementation

const Header(this.label, {super.key});