PopUpContainer constructor
const
PopUpContainer({})
Implementation
const PopUpContainer({
super.key,
this.headingContainer,
required this.bodyContainer,
required this.bottomContainer,
this.containerWidth,
this.containerHeght,
this.headingContainerHeight,
this.bottomContainerHeight,
});