toggle method

void toggle()

Implementation

void toggle() {
  _controller.add(!_controller.value);
}