AppleNotificationSound constructor

const AppleNotificationSound({
  1. bool critical = false,
  2. String? name,
  3. num volume = 0,
})

Implementation

const AppleNotificationSound({
  this.critical = false,
  this.name,
  this.volume = 0,
});