VBottomSheetContent constructor
const
VBottomSheetContent({
- Key? key,
- required Widget child,
- double? height,
- bool showDragHandle = true,
- double? borderRadius,
- Color? backgroundColor,
- EdgeInsetsGeometry? padding,
- ScrollController? scrollController,
Implementation
const VBottomSheetContent({
super.key,
required this.child,
this.height,
this.showDragHandle = true,
this.borderRadius,
this.backgroundColor,
this.padding,
this.scrollController,
});