ModalBottomSheet constructor
const
ModalBottomSheet({})
Implementation
const ModalBottomSheet({
Key? key,
required this.child,
this.startDecorator,
this.titleDecorator,
this.endDecorator,
this.backgroundColor,
}) : super(key: key);