lightCardtheme property
Implementation
static CardThemeData lightCardtheme = CardThemeData(
color: AppColors.whiteColor,
shape: const RoundedRectangleBorder(
side: BorderSide(color: AppColors.appBarColorLight),
),
);
static CardThemeData lightCardtheme = CardThemeData(
color: AppColors.whiteColor,
shape: const RoundedRectangleBorder(
side: BorderSide(color: AppColors.appBarColorLight),
),
);