SeniorProgressBarStyle constructor

const SeniorProgressBarStyle({
  1. Color? backgroundColor,
  2. Color? color,
  3. Color? progressInfoColor,
  4. Color? subtitleColor,
  5. Color? titleColor,
})

Style definitions for the SeniorProgressBar component.

Implementation

const SeniorProgressBarStyle({
  this.backgroundColor,
  this.color,
  this.progressInfoColor,
  this.subtitleColor,
  this.titleColor,
});