I\'m probably missing something obvious here, but my BottomSheet only takes up the bottom half the screen, even though the widgets in it take up more space. So now there is scro
In the above code by @Shyju Madathil you need to add key in scaffold to make it work
return new Scaffold( key: _scaffoldKey, ....