IntRectangle constructor Null safety
Implementation
IntRectangle(
{required this.x,
required this.y,
required this.width,
required this.height});
IntRectangle(
{required this.x,
required this.y,
required this.width,
required this.height});