buildChild abstract method

  1. @override
Widget buildChild(
  1. BuildContext context
)
override

Build the 'child' Widget passed to the InheritedWidget.

Implementation

@override
Widget buildChild(BuildContext context);