minor fix
This commit is contained in:
parent
dc0f019e2f
commit
cbb3dc8c08
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class _FeedbackMessageState extends State<_FeedbackMessage> {
|
||||||
CircularPercentIndicator(
|
CircularPercentIndicator(
|
||||||
percent: _percent,
|
percent: _percent,
|
||||||
lineWidth: 2,
|
lineWidth: 2,
|
||||||
radius: 32,
|
radius: 16,
|
||||||
// progress color is provided by the caller,
|
// progress color is provided by the caller,
|
||||||
// because we cannot use the app context theme here
|
// because we cannot use the app context theme here
|
||||||
backgroundColor: widget.progressColor,
|
backgroundColor: widget.progressColor,
|
||||||
|
|
Loading…
Reference in a new issue