SeniorNotificationSnackbarStyle constructor

const SeniorNotificationSnackbarStyle({
  1. Color? borderColor,
  2. Color? color,
  3. Color? titleColor,
  4. Color? messageColor,
  5. Color? actionButtonColor,
})

Theme definitions for the Senior Notification Snackbar component.

Implementation

const SeniorNotificationSnackbarStyle({
  this.borderColor,
  this.color,
  this.titleColor,
  this.messageColor,
  this.actionButtonColor,
});