scope method

Widget scope(
  1. Widget child
)

Wraps child so this bag is disposed when child leaves the tree.

Implementation

Widget scope(Widget child) => _UAdminFieldsScope(fields: this, child: child);