transitionBuilder property

(Widget Function(BuildContext, Widget, AnimationController?)?) transitionBuilder
final

Called to display animations when findSuggestions returns suggestions.

It is provided with the suggestions box instance and the animation controller, and expected to return some animation that uses the controller to display the suggestion box.

Implementation

final Widget Function(BuildContext, Widget, AnimationController?)?
    transitionBuilder;