BoxIconWidget constructor
const
BoxIconWidget({})
Implementation
const BoxIconWidget({
super.key,
this.icon = Icons.document_scanner,
required this.onPressed,
required this.width,
this.iconColor = Colors.white,
this.backgroundColor,
this.isEnabled = true,
this.borderRadius = 15.0,
});