ZafirNameTag constructor

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

Implementation

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