homeBuilder abstract method

Widget homeBuilder(
  1. BuildContext context,
  2. GoRouterState state
)

The home should have button which redirects to profile route

Implementation

Widget homeBuilder(BuildContext context, GoRouterState state);