ShuttleTimeline constructor

ShuttleTimeline(
  1. {dynamic key,
  2. Function containsFilter,
  3. Function jumpMap}
)

Implementation

ShuttleTimeline({Key key, this.containsFilter, this.jumpMap})
    : super(key: key);