DialogButton constructor
- {required String text,
- dynamic response,
- DarkButtonStyle? style}
Implementation
DialogButton({
required this.text,
this.response,
this.style,
});
DialogButton({
required this.text,
this.response,
this.style,
});