ProgressIndicatorOptions.linear constructor
const
ProgressIndicatorOptions.linear({})
Implementation
const ProgressIndicatorOptions.linear({
this.width,
this.height,
this.value,
this.color,
this.valueColor,
this.backgroundColor,
this.semanticsLabel,
this.semanticsValue,
this.minHeight,
this.borderRadius = BorderRadius.zero,
}) : style = ProgressIndicatorStyle.linear,
strokeWidth = 4,
strokeAlign = 0,
strokeCap = null,
elevation = 2.0,
indicatorMargin = const EdgeInsets.all(4.0),
indicatorPadding = const EdgeInsets.all(12.0);