Merge pull request #2649 from devoncarew/rename_update
update a field ref in playfair
This commit is contained in:
commit
229253f43e
@ -47,7 +47,7 @@ class Chart extends StatelessWidget {
|
||||
final ChartData data;
|
||||
|
||||
Widget build(BuildContext context) {
|
||||
return new _ChartWrapper(textTheme: Theme.of(context).text, data: data);
|
||||
return new _ChartWrapper(textTheme: Theme.of(context).textTheme, data: data);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user