Questions tagged [options-builder]

1 questions
0
votes
0 answers

Why is flutter not calling the optionsbuilder in the autocomplete widget?

Consider the following code Widget returnAutoCompleteForTankLine(BuildContext context, MyAquariumManagerTanksModel tanksModel, TextEditingController textController, Tank? currentTank) { myPrint("in returnAutoCompleteForTankLine"); return…