wrapWidget abstract method

Widget wrapWidget(
  1. Widget child
)

Wraps the child widget with the data.

Implementation

Widget wrapWidget(Widget child);