buildApp method

Widget? buildApp(
  1. BuildContext context, {
  2. AppState<StatefulWidget>? appState,
})

Supply the App widget if you wish.

Implementation

// Supply only the AppState in future
// todo: 'BuildContext soon removed using AppState instead.
Widget? buildApp(BuildContext context, {AppState? appState}) => null;