home property

Widget? home
final

The widget for the default route of the navigator.

If provided, this is wrapped in a PageRoute with name '/'.

Implementation

final Widget? home;