FdcProgressValue constructor

const FdcProgressValue(
  1. num value, {
  2. String? text,
  3. Color? color,
  4. Color? backgroundColor,
})

Creates a FdcProgressValue.

Implementation

const FdcProgressValue(
  this.value, {
  this.text,
  this.color,
  this.backgroundColor,
});