Creates a widget that listens for notifications.
Source
NotificationListener({
Key key,
this.child,
this.onNotification
}) : super(key: key);
Creates a widget that listens for notifications.
NotificationListener({
Key key,
this.child,
this.onNotification
}) : super(key: key);