key property

The GlobalKey to attach to the TextField.

Usage: TextField(key: tracker.key, ...)

Implementation

final GlobalKey key = GlobalKey();