I just upgraded to flutter v2. I am getting the following error
title: Text("Foo", style: Theme
.of(context)
.textTheme
.title
.copyWith(fontWeight: FontWeight.bold, color: Colors.red),)),
Any suggestions on what the equivalent will be ?