formKey property

GlobalKey<FormState>? formKey
final

The key attached to the form within the picker that can be used to check the validation of the inputs.

Implementation

final GlobalKey<FormState>? formKey;