NotificationProgress constructor

const NotificationProgress({
  1. String? title,
  2. double? value,
  3. String? valueStringOverride,
  4. String status = '',
})

Implementation

const NotificationProgress({
  this.title,
  this.value,
  this.valueStringOverride,
  this.status = '',
});