AppRunner typedef

AppRunner = void Function(Widget app)

A function that takes a Widget and runs the application.

This is responsible for:

See defaultAppRunner for the standard implementation.

Implementation

typedef AppRunner = void Function(Widget app);