SeniorSuccessAnimationStyle constructor

const SeniorSuccessAnimationStyle({
  1. Color? titleColor,
  2. Color? subtitleColor,
})

Style definitions for the Senior Success Screen component.

Implementation

const SeniorSuccessAnimationStyle({
  this.titleColor,
  this.subtitleColor,
});