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