yellowQ-software / yellowQ-Flutter-Image-Painter

Flutter package for painting on images
MIT License
108 stars 119 forks source link

Edit border radius on control bar #86

Closed lockieRichter closed 4 months ago

lockieRichter commented 4 months ago

Is is possible to set the border radius to be zero on the top/bottom edge of the controls? I'm using this inside a scaffold with an app bar and the rounded edge looks bad underneath the app bar.

image

lockieRichter commented 4 months ago

I'm an idiot, had the widget wrapped in a ClipRect with border radius 🤦