quizFalseLightBG constant
Implementation
static const quizFalseLightBG = LinearGradient(
begin: Alignment.bottomCenter,
end: Alignment.topCenter,
colors: [
AppColor.error100,
AppColor.error95,
],
);
static const quizFalseLightBG = LinearGradient(
begin: Alignment.bottomCenter,
end: Alignment.topCenter,
colors: [
AppColor.error100,
AppColor.error95,
],
);