menu
auto_suggest_box package
documentation
auto_suggest/inline_suggestion.dart
InlineSuggestionController
hide method
hide method
dark_mode
light_mode
hide
method
void
hide
(
)
Hide the ghost text
Implementation
void hide() { _isVisible = false; notifyListeners(); }
auto_suggest_box package
documentation
auto_suggest/inline_suggestion
InlineSuggestionController
hide method
InlineSuggestionController class