Gets the current value of this field.
@override String? getValue() { if (textController.text.isEmpty) return null; return textController.text; }