Constructor for the Widget
const WrapperContainer({ Key? key, required this.child, }) : super(key: key);