buildIn abstract method

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

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

Implementation

@override
Widget buildIn(BuildContext context);