PlexLineSeries constructor
const
PlexLineSeries({
- required String name,
- required List<
PlexLineDataPoint> data, - Color? color,
Implementation
const PlexLineSeries({
required this.name,
required this.data,
this.color,
});