FormHeader constructor

const FormHeader({
  1. Key? key,
  2. required String label,
  3. required Widget child,
})

Implementation

const FormHeader({super.key, required this.label, required this.child});