UserProfileScreen constructor

const UserProfileScreen({
  1. Key? key,
  2. required HubbleScreenState state,
})

Implementation

const UserProfileScreen({super.key, required this.state});