LayoutProps constructor Null safety
Implementation
LayoutProps(
{required this.h,
required this.w,
required this.maxW,
required this.maxH,
required this.minH,
required this.minW,
required this.height,
required this.width});