首先让我说,我上周开始颤抖,因此我对自己的知识不足深表歉意。
我在应用程序中使用进度条:
FAProgressBar(
size: 50,
currentValue: dailyProgress,
direction: Axis.vertical,
verticalDirection: VerticalDirection.up,
progressColor: Colors.amber,
backgroundColor: Colors.grey[300],
animatedDuration: const Duration(milliseconds: 2000),
),
实际上,它是这样的:https://imgur.com/NZUoZtW
我希望它看起来像这样:https://imgur.com/gFCqfzR
您如何建议我继续?似乎无法用渐变替换progressColor属性。我可以使用另一个软件包吗?任何建议表示赞赏。