change method

void change(
  1. bool value
)

Implementation

void change(bool value) {
  expansion = value;
  _controller.sink.add(value);
}