progressBarWiipoTheme top-level constant

SeniorProgressBarThemeData const progressBarWiipoTheme

Implementation

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