UiFeedbackElementContentConfig constructor

UiFeedbackElementContentConfig({
  1. String? contentValue,
  2. int? durationMills,
  3. int? priorityLevel,
})

Implementation

UiFeedbackElementContentConfig({
  this.contentValue,
  this.durationMills,
  this.priorityLevel,
});