ShowOverlay constructor

const ShowOverlay(
  1. ShowOverlayBloc showOverlayBloc, {
  2. Key? key,
})

Implementation

const ShowOverlay(this.showOverlayBloc, {super.key});