home property

Widget? home
final

Specify the widget to be displayed first.

If this is not Null, priority is given even if routerConfig is specified.

最初に表示するウィジェットを指定します。

これがNullでない場合、routerConfigが指定された場合でも優先的に表示されます。

Implementation

final Widget? home;