Flutter进度条组件LinearProgressIndicator
Flutter进度条组件LinearProgressIndicator的使用
LinearProgressIndicator(
value: 0.2,
valueColor: AlwaysStoppedAnimation<Color>(Colors.blue),
backgroundColor: Color.fromRGBO(235, 235, 235, 1),
),