buildChild abstract method

Widget buildChild(
  1. BuildContext context
)

Build the 'child' Widget passed to the InheritedWidget.

Implementation

Widget buildChild(BuildContext context);