Skip to content

Commit ebf8fad

Browse files
authored
Transparent background for circular progress bar
1 parent f5480f6 commit ebf8fad

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)