expand method

void expand()
override

Implementation

void expand() {
  setState(() {
    _collapsed = false;
  });
}