Future<void> setTextForTapToSelectHint(String text) async { _textForTapToSelectHint = text; await _controller?.update(); }