- The
BottomSheet()dialog behavior now accepts an optionalLayoutModeparameter, which you can use
to instruct the bottom sheet to be expandable to the screen height or limit itself to wrap the content
of its content. See the updated Bottom Sheets documentation. - Added a
setPeekHeight(...)extension method forMaterialDialogthat you can use to set the
default peek height and animate peek height changes.