buildIn abstract method

Widget buildIn(
  1. BuildContext context
)

Build the 'child' Widget passed to the InheritedWidget.

Implementation

Widget buildIn(BuildContext context);