CircleIconTitle constructor
const
CircleIconTitle({})
Implementation
const CircleIconTitle({
super.key,
this.icon = Icons.document_scanner,
this.text = "Title",
required this.onPressed,
required this.width,
this.iconColor = Colors.white,
this.backgroundColor,
this.textColor = Colors.black,
this.isEnabled = true, // Add isEnabled property
});