ChartPosition constructor

const ChartPosition({
  1. required Path path,
})

Implementation

const ChartPosition({
  required this.path
});