UserProfileName constructor

const UserProfileName(
  1. {Key? key,
  2. required String id,
  3. String? heroTag}
)

Implementation

const UserProfileName({super.key, required this.id, this.heroTag});