StevenNameTag constructor

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

Implementation

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