CellCircularProgressIndicator constructor
const
CellCircularProgressIndicator({
- Key? key,
- ValueCell<
double?> ? value, - ValueCell<
Color?> ? backgroundColor, - ValueCell<
Color?> ? color, - ValueCell<
Animation< ? valueColor,Color?> ?> - ValueCell<
double> strokeWidth = const ValueCell.value(4.0), - ValueCell<
double> strokeAlign = const ValueCell.value(0.0), - ValueCell<
String?> ? semanticsLabel, - ValueCell<
String?> ? semanticsValue, - ValueCell<
StrokeCap?> ? strokeCap,
Implementation
const CellCircularProgressIndicator({
super.key,
this.value,
this.backgroundColor,
this.color,
this.valueColor,
this.strokeWidth = const ValueCell.value(4.0),
this.strokeAlign = const ValueCell.value(0.0),
this.semanticsLabel,
this.semanticsValue,
this.strokeCap,
});