textControllers property

Map<T, TextEditingController> textControllers

The controllers for all fields use as:

controller.textControllers[MyField];

Implementation

Map<T, TextEditingController> get textControllers => _textControllers;