buildChild abstract method

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

Implement this function to compose the App's View. Return the 'child' Widget then passed to an InheritedWidget

Implementation

@override
Widget buildChild(BuildContext context);