UCartesianChart constructor

const UCartesianChart({
  1. required List<CartesianChartData> data,
  2. Key? key,
  3. TextStyle? textStyle,
})

Implementation

const UCartesianChart({required this.data, super.key, this.textStyle});