FormHeading constructor

const FormHeading(
  1. String formNumber,
  2. String label, {
  3. Key? key,
})

Implementation

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