TimelinePanel constructor
const
TimelinePanel({
- Key? key,
- int maxVisibleEvents = 200,
- bool autoScroll = true,
- Set<
CausalEventType> ? typeFilter,
Implementation
const TimelinePanel({
super.key,
this.maxVisibleEvents = 200,
this.autoScroll = true,
this.typeFilter,
});