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