defaultProgressBarProperties top-level property

ProgressBarProperties defaultProgressBarProperties

Implementation

ProgressBarProperties get defaultProgressBarProperties => ProgressBarProperties(
      maxValue: ProgressBarDefaults.maxValue,
      backgroundColor: ProgressBarDefaults.backgroundColor.toColorRGBA(),
      progressColor: ProgressBarDefaults.progressColor.toColorRGBA(),
      animate: ProgressBarDefaults.animate,
      animationDurationInMillis: ProgressBarDefaults.animationDurationInMillis,
      cornerRadius: ProgressBarDefaults.cornerRadius,
    );