getRoute<T, W extends Widget> abstract method
Returns the typed route.
Implementation
PageRoute<T> getRoute<T, W extends Widget>(
SimpleWidgetBuilder<W> builder,
);
Returns the typed route.
PageRoute<T> getRoute<T, W extends Widget>(
SimpleWidgetBuilder<W> builder,
);