build abstract method

Widget build(
  1. BuildContext context,
  2. NavigationController navigator
)

Returns a widget that wraps a content of navigator's destinations.

Implementation

Widget build(BuildContext context, NavigationController navigator);