StoreBountyUserProfile constructor
const
StoreBountyUserProfile({
- Key? key,
- required VoidCallback onLogout,
Implementation
const StoreBountyUserProfile({super.key, required this.onLogout});