Flutter进度条组件LinearProgressIndicator
Flutter进度条组件LinearProgressIndicator的使用
LinearProgressIndicator(
value: 0.2,
valueColor: AlwaysStoppedAnimation<Color>(Colors.blue),
backgroundColor: Color.fromRGBO(235, 235, 235, 1),
),
更多关于Flutter进度条组件LinearProgressIndicator的实战教程也可以访问 https://www.itying.com/category-92-b0.html