YuiDialog constructor
const
YuiDialog({})
Implementation
const YuiDialog({
required this.title,
required this.description,
this.preview,
required this.buttons,
Key? key,
}) : super(key: key);
const YuiDialog({
required this.title,
required this.description,
this.preview,
required this.buttons,
Key? key,
}) : super(key: key);