formKey property

GlobalKey<FormState> formKey
final

Global key for the Form widget managed by this controller.

Implementation

final GlobalKey<FormState> formKey = GlobalKey<FormState>();