textFieldKey property

Key? textFieldKey
final

Sets the key for the resulting TextField widget.

This allows you to find the actual Text widget built by AutoSizeTextField.

Implementation

final Key? textFieldKey;