build method
Implementation
@override
Widget build(BuildContext context) {
return CheckerBackground(
boxSize: boxSize,
backgroundColor: backgroundColor?.color,
backgroundGradient: backgroundGradient?.gradient,
color: color?.color,
gradient: gradient?.gradient,
strokeWidth: strokeWidth,
verticalPadding: verticalPadding,
horizontalPadding: horizontalPadding,
);
}