FormHeaderField constructor
const
FormHeaderField({
- Key? key,
- required String label,
- required String hint,
- TextEditingController? controller,
- FocusNode? focusNode,
- ValueChanged<
String> ? onChanged, - int? maxLines,
- int? minLines,
Implementation
const FormHeaderField(
{super.key,
required this.label,
required this.hint,
this.controller,
this.focusNode,
this.onChanged,
this.maxLines,
this.minLines});