SeniorNotificationListStyle constructor

const SeniorNotificationListStyle({
  1. Color? notificationBodyColor,
  2. Color? notificationFooterColor,
  3. Color? notificationTitleColor,
  4. Color? separatorColor,
  5. Color? titleColor,
})

Style definitions for the Senior Notification List component.

Implementation

const SeniorNotificationListStyle({
  this.notificationBodyColor,
  this.notificationFooterColor,
  this.notificationTitleColor,
  this.separatorColor,
  this.titleColor,
});