BaseUserName constructor
const
BaseUserName({})
Implementation
const BaseUserName({
super.key,
this.title,
required this.name,
this.description = const SizedBox(),
this.titleFontSize = 16,
this.nameFontSize = 22,
this.avatarSize = 48,
this.avatarFontSize = 22,
this.onPressed,
});