YuiDialogButton constructor
const
YuiDialogButton({
- Key? key,
- required YuiButtonType type,
- required String label,
- required void onTap(),
Implementation
const YuiDialogButton({
Key? key,
required this.type,
required this.label,
required this.onTap,
}) : super(key: key);