ModalBox constructor
const
ModalBox({
- Key? key,
- Widget? child,
- ModalOptions? options,
- ValueCallbackTV<
Widget, Widget> ? materialBuilder,
Implementation
const ModalBox({super.key, this.child, this.options, this.materialBuilder});