BottomAlertDialogAction constructor

const BottomAlertDialogAction(
  1. {required String text,
  2. required VoidCallback onPressed,
  3. ButtonType buttonType = ButtonType.tertiary,
  4. Key? key}
)

Implementation

const BottomAlertDialogAction