SeniorContactBookItemStyle constructor

const SeniorContactBookItemStyle({
  1. Color? titleColor,
  2. Color? itemsColor,
})

Style definitions for the SeniorContactBookItem component.

Implementation

const SeniorContactBookItemStyle({
  this.titleColor,
  this.itemsColor,
});