defaultTheme constant

CardLoadingTheme const defaultTheme

Implementation

static const CardLoadingTheme defaultTheme = CardLoadingTheme(
  colorOne: const Color(0xFFE5E5E5),
  colorTwo: const Color(0xFFF0F0F0),
);