UCartesianChart constructor
const
UCartesianChart({
- required List<
CartesianChartData> data, - Key? key,
- TextStyle? textStyle,
Implementation
const UCartesianChart({required this.data, super.key, this.textStyle});