CheckerBackground constructor
const
CheckerBackground({})
Implementation
const CheckerBackground({
super.key,
this.color,
this.gradient,
this.backgroundColor,
this.backgroundGradient,
required this.boxSize,
this.strokeWidth = 1,
this.horizontalPadding = 0,
this.verticalPadding = 0,
this.child,
});