AtSyncLinearProgressIndicator constructor
const
AtSyncLinearProgressIndicator({})
Implementation
const AtSyncLinearProgressIndicator({
Key? key,
Color? backgroundColor,
Color? color,
double? value,
this.minHeight,
}) : super(
key: key,
backgroundColor: backgroundColor,
color: color,
value: value,
);