bitsdojo_window
bitsdojo_window copied to clipboard
Is there an option to add rounded borders ?
Similar to the following style

Closest I've got to this is setting my Home widget to a ClipRRect and setting a BorderRadius, but this leaves black corners:

I've exagerrated the border radius value here to obetter expose the black background. Does this perhaps require further alteration to the C++ code perhaps? I can't devise a better solution by editing the flutter code itself.
me too!