builder property
final
The widget builder for the default route of the tab view
(Navigator.defaultRouteName, which is /
).
If a builder is specified, then routes must not include an entry for /
,
as builder takes its place.
Implementation
final WidgetBuilder builder