SubHeader constructor

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

Implementation

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