SeniorNotificationSnackBarAction constructor

SeniorNotificationSnackBarAction({
  1. required String title,
  2. VoidCallback? onPressed,
})

Implementation

SeniorNotificationSnackBarAction({
  required this.title,
  this.onPressed,
});