SheetContent constructor
const
SheetContent({
- Key? key,
- required DoubleSheetConfig config,
- required SheetGestureController controller,
- SynchronizedScrollController? synchronizedController,
- required double screenHeight,
- required Widget child,
- Animation<
double> ? animation,
Implementation
const SheetContent({
super.key,
required this.config,
required this.controller,
this.synchronizedController,
required this.screenHeight,
required this.child,
this.animation,
});