PlotlineWidget constructor

const PlotlineWidget({
  1. Key? key,
  2. required String valueKey,
  3. double? height,
  4. double? width,
})

Implementation

const PlotlineWidget({
  Key? key,
  required this.valueKey,
  this.height,
  this.width,
}) : super(key: key);