[flutter]The argument type 'MaterialColor' can't be assigned to the parameter type 'MaterialStateProperty<Color>

2023년 10월 22일 by 진아사랑해

    [flutter]The argument type 'MaterialColor' can't be assigned to the parameter type 'MaterialStateProperty<Color> 목차
반응형

TextButton() 위젯을 사용하는 중에 에러가 발생했습니다.

에러의 내용은 제목과 같습니다.

문제해결

아래 내용을 참조하시기 바랍니다.

https://stackoverflow.com/questions/67813752/the-argument-type-materialcolor-cant-be-assigned-to-the-parameter-type-mater

 

The argument type 'MaterialColor' can't be assigned to the parameter type 'MaterialStateProperty<Color>

I have a question related with the new ElevatedButtonThemeData widget, basically I want to set the background color for all ElevatedButtons in my app, I'm struggling trying to set it up in the Them...

stackoverflow.com

 

반응형