textController property
The AttributedTextEditingController controlling the text and selection within the text field with which this IOSEditingOverlayController is associated.
The purpose of an IOSEditingOverlayController is to control the presentation of UI controls related to text editing. These controls don't make sense without some underlying text and selection. Those properties and behaviors are represented by this textController.
Implementation
final AttributedTextEditingController textController;