setExpanded method

void setExpanded(
  1. bool flag
)

Implementation

void setExpanded(bool flag) {
  _expanded = flag;
}