expand method

  1. @override
void expand()
override

Implementation

@override
void expand() {
  _collapsed = false;
  notifyListeners();
}