RsDialogButton constructor
RsDialogButton({
- required String text,
- VoidCallback? onPressed,
Implementation
RsDialogButton({required this.text, this.onPressed});
RsDialogButton({required this.text, this.onPressed});