PuzzlePolygon constructor
const
PuzzlePolygon({})
Implementation
const PuzzlePolygon({
Key? key,
required this.sides,
required this.size,
required this.color,
required this.leftPadding,
this.withGradient = false,
}) : super(key: key);