setExpands method

void setExpands(
  1. bool value
)

Implementation

void setExpands(bool value) {
  onNotifyWithCallback(() => expands = value);
}