contract method

void contract()

Contracts the content of the widget.

Implementation

void contract() {
  _afterUpdateWidgetBuild(false);
  _callCallbacks = true;
  _animateToBottom();
}