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