CupertinoSheetPage<T> constructor
const
CupertinoSheetPage<T> ({})
Creates a material page.
Implementation
const CupertinoSheetPage({
required this.child,
this.maintainState = true,
super.key,
super.name,
super.arguments,
});