Username constructor

const Username({
  1. Key? key,
  2. required UserID userId,
  3. TextStyle? style,
})

Creates a username widget.

Implementation

const Username({super.key, required this.userId, this.style});