resize method
void
resize()
Resizes the suggestions box.
You usually don't need to call this method manually.
Implementation
void resize() {
ChangeNotifier.debugAssertNotDisposed(this);
_resizesController.add(null);
}