ProfileNameRow constructor
const
ProfileNameRow({})
Implementation
const ProfileNameRow({
Key? key,
required this.preferredUsername,
required this.userId,
required this.name,
required this.profileButtonInitialState,
}) : super(key: key);