ClearAllNotifyItem constructor

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

Implementation

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