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