buildIn abstract method
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);
Implement this function to compose the App's View. Return the 'child' Widget is then passed to an InheritedWidget
@override
Widget buildIn(BuildContext context);