PlotlineWidget constructor

const PlotlineWidget({
  1. Key? key,
  2. required String valueKey,
  3. double defaultMargin = 1.0,
})

Implementation

const PlotlineWidget({Key? key, required this.valueKey, this.defaultMargin = 1.0}) : super(key: key);