ModalContent constructor
const
ModalContent({
- Key? key,
- BoxConstraints? constraints,
- required Widget child,
- required BoxStyle style,
- Widget? close,
Implementation
const ModalContent({
super.key,
this.constraints,
required this.child,
required this.style,
this.close,
});