GiantToadDialog constructor
const
GiantToadDialog({})
Implementation
const GiantToadDialog({
required this.child,
this.title,
this.showCloseButton = true,
this.onClose,
this.contentWidth,
this.contentHeight,
super.key,
});