DoubleSheetConfig constructor
const
DoubleSheetConfig({
- required String title,
- Widget? titleWidget,
- Widget? customHeaderWidget,
- double initialChildSize = 0.4,
- double minChildSize = 0.25,
- double maxChildSize = 0.9,
- Color? backgroundColor,
- Color? headerBackgroundColor,
- TextStyle? titleStyle,
- bool enableDrag = true,
- bool isDismissible = true,
- bool showDragHandle = true,
- bool allowFullScreen = false,
- BorderRadius? borderRadius,
- BorderRadius? headerRadius,
- bool enableSynchronizedScrolling = false,
Implementation
const DoubleSheetConfig({
required this.title,
this.titleWidget,
this.customHeaderWidget,
this.initialChildSize = 0.4,
this.minChildSize = 0.25,
this.maxChildSize = 0.9,
this.backgroundColor,
this.headerBackgroundColor,
this.titleStyle,
this.enableDrag = true,
this.isDismissible = true,
this.showDragHandle = true,
this.allowFullScreen = false,
this.borderRadius,
this.headerRadius,
this.enableSynchronizedScrolling = false,
});