StoreBountyUserProfile constructor

const StoreBountyUserProfile({
  1. Key? key,
  2. required VoidCallback onLogout,
})

Implementation

const StoreBountyUserProfile({super.key, required this.onLogout});