OverLayWidget constructor

const OverLayWidget({
  1. Key? key,
  2. required Notificacion notificacion,
})

Implementation

const OverLayWidget({
  super.key,
  required this.notificacion,
});