userProfileScreen property

Screen userProfileScreen
final

Implementation

static final userProfileScreen = screen(
  name: 'user_profile',
  builder: (context, state) => UserProfileScreen(state: state),
);