FdcProgressBarStyle constructor
const
FdcProgressBarStyle({})
Creates a FdcProgressBarStyle.
Implementation
const FdcProgressBarStyle({
this.height,
this.borderRadius,
this.trackColor,
this.valueColor,
this.indeterminateValueColor,
this.backgroundBorder,
this.animationDuration,
this.reserveSpaceWhenIdle,
this.visibilityDelay,
this.pollInterval,
this.displayMode,
});