NotificationWidget constructor

const NotificationWidget({
  1. Key? key,
  2. required LangModel lang,
})

Implementation

const NotificationWidget({
  super.key,
  required this.lang,
});