SeniorModalStyle constructor

const SeniorModalStyle({
  1. Color? backgroundColor,
  2. Color? contentColor,
  3. Color? titleColor,
})

Style definitions for the SeniorModal component.

Implementation

const SeniorModalStyle({
  this.backgroundColor,
  this.contentColor,
  this.titleColor,
});