ProfileTextImage constructor
const
ProfileTextImage({})
Implementation
const ProfileTextImage(
{super.key,
required this.text,
this.fontSize = 15,
this.bgColor,
this.radius = 25,
this.fontColor = Colors.white});