expand method

void expand()

Expands the content of the widget.

Implementation

void expand() {
  _afterUpdateWidgetBuild(false);
  _callCallbacks = true;
  _animateToTop();
}