progressBarLightTheme top-level constant

SeniorProgressBarThemeData const progressBarLightTheme

Implementation

const progressBarLightTheme = const SeniorProgressBarThemeData(
  style: const SeniorProgressBarStyle(
    backgroundColor: SeniorColors.grayscale20,
    color: SeniorColors.primaryColor400,
    progressInfoColor: SeniorColors.grayscale90,
    subtitleColor: SeniorColors.grayscale60,
    titleColor: SeniorColors.grayscale90,
  ),
);