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