The named parameter "backgroundColor" is not defined error in ElevatedButton.styleFrom

1.3k views Asked by At

The named parameter "backgroundColor" is not defined error in ElevatedButton.styleFrom

Getting error in flutter code. Elevated button error. How to make supported elevated button backgroundColor or disabledForegroundColor.

enter image description here

1

There are 1 answers

1
Md. Yeasin Sheikh On

You can switch to stable version 3.3.x, your version is Flutter 3.5.0-10.0.pre.

You can try flutter channel stable , then flutter upgrade