AtomicCustomSheetBody constructor
const
AtomicCustomSheetBody({
- Key? key,
- Widget? child,
- Color? backgroundColor,
- BorderRadius? borderRadius,
- EdgeInsetsGeometry? padding,
- double? minHeight,
- double? maxHeight,
- bool showDragIndicator = true,
- Color? dragIndicatorColor,
- bool scrollable = true,
Implementation
const AtomicCustomSheetBody({
super.key,
this.child,
this.backgroundColor,
this.borderRadius,
this.padding,
this.minHeight,
this.maxHeight,
this.showDragIndicator = true,
this.dragIndicatorColor,
this.scrollable = true,
});