Having issues with colors not being defined

Viewed 74

having issues with colors it's saying "the named parameter 'colors' isn't defined"

                        gradient: LinearGradient(
                                  colors: const [
                                    Color(0xffec2F4B),
                                    Color(0xffC02425)
                                  ],
0 Answers
Related