📌  相关文章
📜  flutter circularprogressindicator 值和值颜色 - Dart 代码示例

📅  最后修改于: 2022-03-11 14:48:03.083000             🧑  作者: Mango

代码示例2
CircularProgressIndicator(
              value: 0.5, // A value of 0.0 means no progress and 1.0 means that progress is complete.
              valueColor: AlwaysStoppedAnimation(Colors.blue),
            )