PlayerNotificationWidget constructor

const PlayerNotificationWidget(
  1. PlayerNotification notification, {
  2. Key? key,
  3. dynamic onClose()?,
})

Implementation

const PlayerNotificationWidget(this.notification, {super.key, this.onClose});