menu
aptof_core package
documentation
auth/router.dart
BaseRouter
profileBuilder method
profileBuilder method
dark_mode
light_mode
profileBuilder
method
Widget
profileBuilder
(
BuildContext
context
,
GoRouterState
state
)
Implementation
Widget profileBuilder(BuildContext context, GoRouterState state) { return const ProfileView(); }
aptof_core package
documentation
auth/router
BaseRouter
profileBuilder method
BaseRouter class