OverLayWidget constructor
const
OverLayWidget({
- Key? key,
- required Notificacion notificacion,
Implementation
const OverLayWidget({
super.key,
required this.notificacion,
});