expand method

void expand()

Implementation

void expand() {
  if (_isExpanded) return;
  _isExpanded = true;
  notifyListeners();
}