We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27239a5 commit 35d26a8Copy full SHA for 35d26a8
README.md
@@ -261,7 +261,7 @@ class BlurryContainerViewController: NSViewController {
261
self.addChild(flutterViewController)
262
263
flutterViewController.view.frame = self.view.bounds
264
-+ flutterViewController.backgroundColor = .clear // **Required post-Flutter 3.7.0**
+ flutterViewController.backgroundColor = .clear // **Required post-Flutter 3.7.0**
265
flutterViewController.view.autoresizingMask = [.width, .height]
266
self.view.addSubview(flutterViewController.view)
267
}
0 commit comments