PlayerNotificationWidget constructor
- PlayerNotification notification, {
- Key? key,
- dynamic onClose()?,
Implementation
const PlayerNotificationWidget(this.notification, {super.key, this.onClose});
const PlayerNotificationWidget(this.notification, {super.key, this.onClose});