IntRectangleRange constructor Null safety
Implementation
IntRectangleRange(
{required this.xRange,
required this.yRange,
required this.widthRange,
required this.heightRange});
IntRectangleRange(
{required this.xRange,
required this.yRange,
required this.widthRange,
required this.heightRange});