Timeline constructor

const Timeline(
  1. TimelineParams? params,
  2. {Key? key,
  3. ShareController? shareController}
)

Implementation

const Timeline(this.params, {super.key, this.shareController});