InAppNotification constructor

const InAppNotification({
  1. required Widget child,
  2. Key? key,
})

Creates an in-app notification system.

Implementation

const InAppNotification({
  required this.child,
  super.key,
});