home property

Widget? home
final

The main widget of your app, if you are not using a total routing system you can declare a home widget.

Implementation

final Widget? home;