SeniorListStyle constructor

const SeniorListStyle({
  1. Color? emphasisTitleColor,
  2. Color? emphasisRightLabelColor,
  3. Color? lineColor,
  4. Color? neutralTitleColor,
  5. Color? neutralRightLabelColor,
  6. Color? rightIconColor,
  7. Color? subtitleColor,
})

Style definitions for the SeniorList component.

Implementation

const SeniorListStyle({
  this.emphasisTitleColor,
  this.emphasisRightLabelColor,
  this.lineColor,
  this.neutralTitleColor,
  this.neutralRightLabelColor,
  this.rightIconColor,
  this.subtitleColor,
});