expand method

void expand()

Implementation

void expand() {
  setState(() {
    isExpanded = true;
  });
}