TimeLineStyle constructor
const
TimeLineStyle({})
Implementation
const TimeLineStyle({
this.backgroundColor = Colors.white,
this.textStyle = const TextStyle(
color: Colors.black,
fontWeight: FontWeight.w400,
fontSize: 13,
),
this.borderColor = Colors.grey,
});