formsState property
A map linking each form field AFFormField to its counterpart AFFormState instance. allowing this very widget to validate (display errors) and retrieve data from the sub-form.
Implementation
final Map<String, GlobalKey<AFWidgetState>> formsState = {};