GenericDialogButton constructor

GenericDialogButton({
  1. required String text,
  2. bool primary = false,
})

Implementation

GenericDialogButton({required this.text, this.primary = false});