YuriNameTag constructor

const YuriNameTag(
  1. {Key? key,
  2. required String name,
  3. TextStyle? style}
)

Implementation

const YuriNameTag({super.key, required this.name, this.style});