formKey property

GlobalKey<FormState>? formKey
final

You will need to provide a general FormState key to control, validate and save the form data based on your needs.

Implementation

final GlobalKey<FormState>? formKey;