CustomBorderWithIcon constructor
const
CustomBorderWithIcon({})
Implementation
const CustomBorderWithIcon({
super.key,
required this.showIcon,
this.iconBackground,
this.icon,
required this.child,
this.positionIconAtEnd = false,
this.padding,
this.background,
this.borderColor,
this.boxShadow,
});