SeniorInfoCardStyle constructor

const SeniorInfoCardStyle({
  1. Color? color,
  2. Color? infoColor,
  3. Color? labelColor,
})

Style definitions for the SeniorInfoCard component.

Implementation

const SeniorInfoCardStyle({
  this.color,
  this.infoColor,
  this.labelColor,
});