Issue
Currently i have a simple dialog, but it have a barrier of somewhat translucent black color, i want to make it fully transparent, any idea?
Solution
Found it, there is no straightforward property to do so. but if you really want to achieve this to change the color of the background overlay, you can edit the barrierColor property directly in the Dialog class by flutter.
This property doesnt really accept transparent color, so you can just set it to Black color with opacity of 0.01 that will do the same work.
Answered By - Madlad 007

0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.