createAppWidget property

Widget Function(BuildContext context, App<T> app) createAppWidget
final

The Widget ultimately passed in to flutter's runApp function. If you are using the StandardAppPlugin, you usually return a StandardMaterialApp or StandardCupertinoApp from this function.

Implementation

final Widget Function(BuildContext context, App<T> app) createAppWidget;