edit method

dynamic edit(
  1. Widget child
)

Implementation

edit(Widget child) {
  this.child = child;
  _updater.value = !_updater.value;
}