ModalBox constructor

const ModalBox({
  1. Key? key,
  2. Widget? child,
  3. ModalOptions? options,
  4. ValueCallbackTV<Widget, Widget>? materialBuilder,
})

Implementation

const ModalBox({super.key, this.child, this.options, this.materialBuilder});