AgNameInitialWidget constructor
AgNameInitialWidget({})
Implementation
AgNameInitialWidget({
Key? key,
required this.name,
this.height = 48.0,
this.width = 48.0,
this.maxInitials = 1,
this.backgroundColor,
this.textSize,
this.textColor = Colors.white,
this.isCircle = false,
}) : super(key: key);