accessibilityLabel property

  1. @override
String get accessibilityLabel
override

A short label naming the kind of chart, e.g. "Line chart", for semantics.

Implementation

@override
String get accessibilityLabel => 'Pie chart';