KLineDataChange constructor
const
KLineDataChange({
- required KLineDataChangeType type,
- required int previousLength,
- required int newLength,
- int addedCount = 0,
- bool resetView = false,
Implementation
const KLineDataChange({
required this.type,
required this.previousLength,
required this.newLength,
this.addedCount = 0,
this.resetView = false,
});