- [flutter]The argument type 'MaterialColor' can't be assigned to the parameter type 'MaterialStateProperty<Color> 목차
반응형
TextButton() 위젯을 사용하는 중에 에러가 발생했습니다.
에러의 내용은 제목과 같습니다.
문제해결
아래 내용을 참조하시기 바랍니다.
반응형
'flutter' 카테고리의 다른 글
[Flutter]ElevatedButton()의 Style 만들기 (0) | 2023.11.04 |
---|---|
[flutter]Error: The method 'showSnackBar' isn't defined for the class 'ScaffoldState'. (0) | 2023.10.23 |
[Flutter]Try removing 'const' from the constructor invocation. (0) | 2023.10.21 |
[flutter]Error: Constant evaluation error (0) | 2023.10.21 |
[flutter]Expected a key while parsing a block mapping. (0) | 2023.10.17 |