Answers for "Try correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. color ??= Theme.of(context).textTheme.body1!.color"

1

try correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. color ??= theme.of(context).texttheme.body1.color;

Just change body1 to bodyText1 in the following location

C:srcflutter.pub-cachehostedpub.dartlang.orgcharts_flutter-0.9.0libsrcbehaviorslegendlegend_entry_layout

this will solve the issue
Posted by: Guest on August-14-2021

Code answers related to "Try correcting the name to the name of an existing getter, or defining a getter or field named 'body1'. color ??= Theme.of(context).textTheme.body1!.color"

Browse Popular Code Answers by Language