NotificationButtons constructor

NotificationButtons({
  1. String? label,
  2. Click? click,
})

Implementation

NotificationButtons({this.label, this.click});