key property
The GlobalKey to attach to the TextField.
Usage: TextField(key: tracker.key, ...)
Implementation
final GlobalKey key = GlobalKey();
The GlobalKey to attach to the TextField.
Usage: TextField(key: tracker.key, ...)
final GlobalKey key = GlobalKey();