SheetContent constructor
const
SheetContent({
- Key? key,
- Widget? child,
- String? title,
- String? supTitle,
- TextStyle? titleTxtStyle,
- required double borderRadius,
- double? titleBottomPadding,
- double? sheetHeightFraction,
- Color? bgColor,
- required bool hasPillGesture,
- VoidCallback? onWillPop,
- bool? isReverseScrolling,
- EdgeInsetsGeometry? contentPadding,
Implementation
const SheetContent({
super.key,
this.child,
this.title,
this.supTitle,
this.titleTxtStyle,
required this.borderRadius,
this.titleBottomPadding,
this.sheetHeightFraction,
this.bgColor,
required this.hasPillGesture,
this.onWillPop,
this.isReverseScrolling,
this.contentPadding,
});