Window constructor Null safety
Implementation
Window(
{required this.bottom,
required this.top,
required this.right,
required this.left});
Window(
{required this.bottom,
required this.top,
required this.right,
required this.left});