focusNodes property

Map<String, FocusNode> focusNodes
final

A map linking each AFTextField'id to its respective FocusNode that will be populated inside the initState method.

Implementation

final Map<String, FocusNode> focusNodes = {};