ClearAllNotifyItem constructor

const ClearAllNotifyItem({
  1. Key? key,
  2. String? tag,
})

Implementation

const ClearAllNotifyItem({Key? key, this.tag}) : super(key: key);