InputAutoCompleteFeature constructor
const
InputAutoCompleteFeature({
- InputFeatureVisibility visibility = InputFeatureVisibility.always,
- required SuggestionBuilder querySuggestions,
- required Widget child,
- BoxConstraints? popoverConstraints,
- PopoverConstraint? popoverWidthConstraint,
- AlignmentDirectional? popoverAnchorAlignment,
- AlignmentDirectional? popoverAlignment,
- AutoCompleteMode mode = AutoCompleteMode.replaceWord,
Implementation
const InputAutoCompleteFeature({
super.visibility,
required this.querySuggestions,
required this.child,
this.popoverConstraints,
this.popoverWidthConstraint,
this.popoverAnchorAlignment,
this.popoverAlignment,
this.mode = AutoCompleteMode.replaceWord,
});