NestedSideSheet constructor
const
NestedSideSheet({})
Implementation
const NestedSideSheet({
Key? key,
required this.child,
this.settleDuration = _kBaseSettleDuration,
this.reverseSettleDuration = _kBaseSettleDuration,
this.scrimColor = Colors.black54,
this.decorationBuilder,
}) : super(key: key);