InitialsCircle constructor
const
InitialsCircle({})
Implementation
const InitialsCircle({
super.key,
required this.initials,
this.backgroundColor = const Color(0xFFFD4563),
this.size = 50.0,
this.textStyle = const TextStyle(
color: Colors.white,
fontWeight: FontWeight.bold,
fontSize: 15.0,
),
this.isSelected = false,
this.onEdit, // Callback for the edit button
});