update method

void update()

update

Forces a state update using the current canvas data.

Implementation

void update() {
  _notifier.value = _notifier.value.copy();
}