NotificationLEDParams constructor

const NotificationLEDParams({
  1. int? color,
  2. int? onTime,
  3. int? offTime,
  4. int? repeatCount,
})

Implementation

const NotificationLEDParams({
  this.color,
  this.onTime,
  this.offTime,
  this.repeatCount,
});