Skip to content

Commit 768514f

Browse files
Merge pull request #127 from Edim/patch-1
Transparent background for circular progress bar
2 parents f5480f6 + ebf8fad commit 768514f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/components/progress_bar/gf_progress_bar.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ class _GFProgressBarState extends State<GFProgressBar>
289289
)),
290290
)
291291
: Material(
292+
color: Colors.transparent,
292293
child: Container(
293294
width: MediaQuery.of(context).size.width,
294295
child: Column(

0 commit comments

Comments
 (0)