Closed
Description
Some OSX app has a great view, like this:
Is there any chance of getting this for go flutter app?
This can be achieved by using the following flags on NSWindow, assuming the window background color is set accordingly (example in Swift).
window.titlebarAppearsTransparent = true
window.titleVisibility = .hidden
window.styleMask.insert(NSWindowStyleMask.fullSizeContentView)