build method

  1. @override
Widget build(
  1. BuildContext context
)
override

For use by the Router architecture as part of the RouterDelegate.

Implementation

@override
Widget build(BuildContext context) {
  return builder.build(
    context,
    currentConfiguration,
    routerNeglect,
  );
}