InAppNotification constructor

InAppNotification({
  1. Color? borderColor,
  2. Color? backgroundColor,
  3. Key? key,
})

Implementation

InAppNotification({
  this.borderColor,
  this.backgroundColor,
  Key? key,
}) : super(key: key);