buildIn abstract method
Build the 'child' Widget passed to the InheritedWidget.
Implementation
// @Deprecated('Replaced by buildIn() function.')
// Widget buildChild(BuildContext context);
/// Build the 'child' Widget passed to the InheritedWidget.
Widget buildIn(BuildContext context);