textFieldKey property

GlobalKey<State<StatefulWidget>> textFieldKey
final

GlobalKey that references the overall text field, i.e., the viewport that contains text that's (possibly) larger than the visible area.

Implementation

final GlobalKey textFieldKey;