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