DialogButton constructor

DialogButton(
  1. {required String text,
  2. dynamic response,
  3. DarkButtonStyle? style}
)

Implementation

DialogButton({
  required this.text,
  this.response,
  this.style,
});