DraggableBottomSheet constructor
const
DraggableBottomSheet({
- Key? key,
- double initialChildSize = .6,
- double minChildSize = .2,
- double maxChildSize = 1,
- double minFocusableExtent = .5,
- double? contentHeight,
- bool updateInsets = true,
- required Widget builder(
- BuildContext context,
- DraggableScrollableNotification notification
Implementation
const DraggableBottomSheet({
super.key,
this.initialChildSize = .6,
this.minChildSize = .2,
this.maxChildSize = 1,
this.minFocusableExtent = .5,
this.contentHeight,
this.updateInsets = true,
required this.builder,
});