successAnimationDarkTheme top-level constant

SeniorSuccessAnimationThemeData const successAnimationDarkTheme

Implementation

const successAnimationDarkTheme = const SeniorSuccessAnimationThemeData(
  style: SeniorSuccessAnimationStyle(
    subtitleColor: SeniorColors.grayscale30,
    titleColor: SeniorColors.grayscale0,
  ),
);