ZetaBottomSheet constructor
Constructor for ZetaBottomSheet.
Implementation
const ZetaBottomSheet({
super.key,
super.rounded,
this.title,
this.body,
this.centerTitle = true,
this.showCloseButton = false,
this.onDismissed,
});
Constructor for ZetaBottomSheet.
const ZetaBottomSheet({
super.key,
super.rounded,
this.title,
this.body,
this.centerTitle = true,
this.showCloseButton = false,
this.onDismissed,
});