ContainerBottomSheet constructor
const
ContainerBottomSheet({
- Key? key,
- required Widget child,
- EdgeInsets padding = const EdgeInsets.fromLTRB(16, 24, 16, 16),
- bool showCloseButton = false,
- dynamic actionDismiss()?,
Implementation
const ContainerBottomSheet({
super.key,
required this.child,
this.padding = const EdgeInsets.fromLTRB(16, 24, 16, 16),
this.showCloseButton = false,
this.actionDismiss,
});