ExampleTimeline constructor

ExampleTimeline({
  1. int numItems = 20,
})

Creates an example timeline for test purposes

Implementation

ExampleTimeline({int numItems = 20}) {
  _addFurtherItems(numItems);
}