SynchronizedDoubleSheet constructor
const
SynchronizedDoubleSheet({
- Key? key,
- required DoubleSheetConfig config,
- required Widget child,
- VoidCallback? onClose,
- Animation<
double> ? animation,
Implementation
const SynchronizedDoubleSheet({
super.key,
required this.config,
required this.child,
this.onClose,
this.animation,
});