SeniorQuotesStyle constructor

const SeniorQuotesStyle({
  1. Color? backgroundColor,
  2. Color? quotesColor,
  3. Color? textColor,
})

Style definitions for the SeniorQuotes component.

Implementation

const SeniorQuotesStyle({
  this.backgroundColor,
  this.quotesColor,
  this.textColor,
});