OpenCustomSheet constructor
const
OpenCustomSheet({})
Implementation
const OpenCustomSheet({
super.key,
this.barrierDismissible = true,
this.barrierColor,
this.barrierLabel,
this.onClose,
required this.body,
this.expand,
this.initialChildSize,
this.minChildSize,
this.maxChildSize,
this.scrollable,
});