ModulaLinearProgress constructor

const ModulaLinearProgress({
  1. Key? key,
  2. double? value,
  3. Color? backgroundColor,
  4. Color? valueColor,
  5. double minHeight = 4.0,
  6. BorderRadiusGeometry? borderRadius,
})

Implementation

const ModulaLinearProgress({
  super.key,
  this.value,
  this.backgroundColor,
  this.valueColor,
  this.minHeight = 4.0,
  this.borderRadius,
});