Flutter-Dotted-Border
Flutter-Dotted-Border copied to clipboard
When specifying transparent as border color it gets converted to white
Transparent color could be useful for dashed/dotted borders when you cannot specify the "in-between" color (which is always white); unfortunately, it is also treated as white, so one is stuck with "always white" between the dashes and dots.