abuanwar072/E-commerce-Complete-Flutter-UI

LinearGradient throws an error

LebToki opened this issue · 2 comments

const kPrimaryGradientColor = LinearGradient(
begin: Alignment.topLeft,
end: Alignment.bottomRight,
colors: [Color(0xFFFFA53E), Color(0xFFFF7643)],
);

it should be wrapped in a gradient()
how to fix this ?

@LebToki can u please elaborate where you have got this issue? and how u got it?

Hi
Will try to reproduce it and get back to you