CustomContainer constructor
const
CustomContainer({})
Implementation
const CustomContainer(
{super.key,
required this.labelText,
required this.decoration,
required this.child,
required this.width,
required this.height,
required this.posHeight,
required this.posTop});