wrap method

Widget wrap(
  1. Widget child
)

Implementation

Widget wrap(Widget child) {
  return _CaptureAll(data: _data, child: child);
}