expand method

void expand()

Implementation

void expand() {
  if (_expanded) return;

  _expanded = true;
  _relayout();
}