SeniorTextStyle constructor

const SeniorTextStyle({
  1. Color? color,
  2. Color? emphasisColor,
})

Style definitions for the SeniorText component.

Implementation

const SeniorTextStyle({
  this.color,
  this.emphasisColor,
});