CustomSqButton constructor
const
CustomSqButton({})
Implementation
const CustomSqButton({
super.key,
this.onPressed,
this.color = AppColorsLH.lhSysLightOnSurface,
required this.buttonName,
this.buttonTextColor,
this.prevWidget,
this.boxShadowOn = false,
this.radius = 8,
this.border,
this.boxShadow,
this.fontWeight,
});