NameTag constructor

const NameTag(
  1. {Key? key,
  2. required String id,
  3. String? heroTag,
  4. TextStyle? style}
)

Implementation

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