setCanExpand method

void setCanExpand(
  1. bool value
)

set can expand

Implementation

void setCanExpand(bool value) {
  _canExpand = value;
}