ChartInnerDataSets constructor

ChartInnerDataSets({
  1. String name,
  2. num? y,
  3. String? color,
  4. bool? visible,
  5. bool? sliced,
  6. bool? selected,
})

Implementation

external factory ChartInnerDataSets({
  String name, num? y, String? color,
  bool? visible, bool? sliced, bool? selected});