loadingWiipoTheme top-level constant

SeniorLoadingThemeData const loadingWiipoTheme

Implementation

const loadingWiipoTheme = const SeniorLoadingThemeData(
  style: SeniorLoadingStyle(
    color: WiipoColors.primaryColor500,
  ),
);