- feature: add
coverAppBar
(false) to disable calculations preventing bottom sheet from covering AppBar - refactor: expose
animationStyle
as a parameter ofTenorStyle
- refactor: expose
initialExtent
as a parameter ofshowAsBottomSheet()
, defaults tomaxExtent
if not used - refactor: expose
snapSizes
as a parameter ofshowAsBottomSheet()
- refactor: expose
useSafeArea
as a parameter ofshowAsBottomSheet()
New Contributors