ProfilePage constructor

const ProfilePage(
  1. {required String id,
  2. String? heroTag}
)

Implementation

const ProfilePage({required this.id, this.heroTag});