TimeLine constructor

const TimeLine({
  1. Key? key,
})

Implementation

const TimeLine({Key? key}) : super(key: key);