build method

  1. @override
Widget build(
  1. BuildContext context
)
override

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,
  );
}