How can I put the green FloatingActionButton on the top of the CurvedNavigationBar?
Using a SafeArea in which putting the Scaffold with the FloatingActionButton is not a solution because I need to see the body of the Scaffold through the transparent CurvedNavigationBar.
How can I put the green FloatingActionButton on the top of the CurvedNavigationBar? Using a SafeArea in which putting the Scaffold with the FloatingActionButton is not a solution because I need to see the body of the Scaffold through the transparent CurvedNavigationBar.
Thanks!