SoftUiDialog constructor
const
SoftUiDialog({})
Implementation
const SoftUiDialog({
required this.child,
this.isFullscreen = false,
this.actions = const [],
this.title,
this.width,
this.height,
super.key,
});