ProfileResumed constructor
const
ProfileResumed({})
Implementation
const ProfileResumed({
Key? key,
required this.userName,
this.additionalLabel,
required this.goProfile,
required this.logout,
}) : super(key: key);