MessageTimeline constructor
const
MessageTimeline({})
Implementation
const MessageTimeline({
Key? key,
required this.message,
this.subTitle,
this.backGroundColor,
this.headerXy,
this.headerTitleStyle,
this.headerSubTitleStyle,
}) : super(key: key);