In Flutter's animations package, one of the case example of using Container transform animation is
A search bar into expanded search
The usual way to show expanded search right now is using showSearch function, and the only thing I know in modifying the search animation is trough the search delegate.
Is there any way to use openContainer with showSearch? Or should I create my own search page to open with openContainer instead of relying on showSearch?