renderText argument/parameter Type mismatch
chandlerr13 opened this issue · 1 comments
chandlerr13 commented
renderText is saying there is a type mismatch (dart(argument_type_not_assignable))even though I copied this directly from the main documentation example
interestingly enough, everything actually works when I flutter run
- no issue compiling and everything renders as expected in my iOS simulator
I'm not able to get the error in my editor to go away no matter what I try, so figure this is some sort of issue (I just recently upgraded to flutter 2 and using version ^2.1.0 of this package)
chandlerr13 commented
closing issue because it appears to be an issue with VS Code - able to resolve by completely restarting it