TimelinePanel constructor

const TimelinePanel({
  1. Key? key,
  2. int maxVisibleEvents = 200,
  3. bool autoScroll = true,
  4. Set<CausalEventType>? typeFilter,
})

Implementation

const TimelinePanel({
  super.key,
  this.maxVisibleEvents = 200,
  this.autoScroll = true,
  this.typeFilter,
});