IntRectangleRange constructor
IntRectangleRange({})
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,
});