You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be on macOS using the TransparentMacOSSidebar, TransparentMacOSBottomBar, or VisualEffectSubviewContainer widgets. There is no way to do so on Linux or Windows.
You can "clip out" a section from your widget tree & remove Flutter paint from that region. It will make Flutter use window's background in that region. Do it using CustomPainter, just use BlendMode.clear. See:
Instead of applying the effect on the app's window, can it be used as the background color of a Container?
The text was updated successfully, but these errors were encountered: