setExpanded method

void setExpanded(
  1. bool value
)

Implementation

void setExpanded(bool value) => expanded.value = value;