LinearProgressIndicator是一个线性进度条。
LinearProgressIndicator({
Key key,
double value,
Color backgroundColor,
Animation<Color> valueColor,
this.minHeight,
String semanticsLabel,
String semanticsValue,
})value: 0.3,backgroundColor: Colors.grey,valueColor: AlwaysStoppedAnimation(Colors.blue),minHeight: 4.0,