formKey property

GlobalKey<FormState> formKey
final

A GlobalKey used to identify and access the form associated with this controller.

Implementation

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