MOverlay constructor

const MOverlay({
  1. Key? key,
  2. Widget? child,
})

Implementation

const MOverlay({
  super.key,
  this.child,
});