CheckerPattern constructor
const
CheckerPattern({})
Creates a checker pattern.
Implementation
const CheckerPattern({
this.squareSize = 10,
super.backgroundColor,
super.foregroundColor,
this.secondaryColor = const Color(0xFFFFFFFF),
}) : super(
width: squareSize * 2,
height: squareSize * 2,
);