ScrollableSheetPage constructor
Implementation
ScrollableSheetPage({
required this.header,
required this.children,
this.initialChildSize,
this.minChildSize,
this.maxChildSize,
this.shadow,
this.scaffoldBackgroundColor,
this.sheetBackgroundColor,
});