ZeroProgressStyle constructor

const ZeroProgressStyle({
  1. Color? backgroundColor,
  2. Color? valueColor,
  3. double? lineSize,
})

Implementation

const ZeroProgressStyle({
  this.backgroundColor,
  this.valueColor,
  this.lineSize,
});