PanelyNotification constructor

PanelyNotification({
  1. required BuildContext context,
})

Implementation

PanelyNotification({
  required this.context,
});