BoxIconTitle constructor
const
BoxIconTitle({})
Implementation
const BoxIconTitle({
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,
this.borderRadius = 15.0, // Add borderRadius property
});