NotificationList constructor

const NotificationList(
  1. BuildContext parentContext, {
  2. Key? key,
})

Implementation

const NotificationList(this.parentContext, {Key? key}) : super(key: key);