We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5480f6 commit ebf8fadCopy full SHA for ebf8fad
1 file changed
lib/components/progress_bar/gf_progress_bar.dart
@@ -289,6 +289,7 @@ class _GFProgressBarState extends State<GFProgressBar>
289
)),
290
)
291
: Material(
292
+ color: Colors.transparent,
293
child: Container(
294
width: MediaQuery.of(context).size.width,
295
child: Column(
0 commit comments