AlertDialogAction constructor

AlertDialogAction(
  1. {required String text,
  2. required VoidCallback onPressed,
  3. bool primary = false,
  4. bool secondary = false}
)

Implementation

AlertDialogAction