of static method
Implementation
static XYChartScope? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<XYChartScope>();
}
static XYChartScope? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<XYChartScope>();
}