setTextForTapAnywhereToSelectHint method

Future<void> setTextForTapAnywhereToSelectHint(
  1. String text
)

Implementation

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