KLineDataChange constructor

const KLineDataChange({
  1. required KLineDataChangeType type,
  2. required int previousLength,
  3. required int newLength,
  4. int addedCount = 0,
  5. bool resetView = false,
})

Implementation

const KLineDataChange({
  required this.type,
  required this.previousLength,
  required this.newLength,
  this.addedCount = 0,
  this.resetView = false,
});