SeniorCardStyle constructor

const SeniorCardStyle({
  1. Color? backgroundColor,
  2. Color? backgroundColorIfElevated,
  3. Color? disabledBackgroundColor,
  4. Color? iconColor,
  5. Color? outlinedColor,
  6. Color? quotesColor,
})

Style definitions for the SeniorCard component.

Implementation

const SeniorCardStyle({
  this.backgroundColor,
  this.backgroundColorIfElevated,
  this.disabledBackgroundColor,
  this.iconColor,
  this.outlinedColor,
  this.quotesColor,
});