TDateTimeText constructor
const
TDateTimeText({})
Implementation
const TDateTimeText({
super.key,
required this.dateTime,
this.style,
this.tooltipDateFormat = 'MMMM d, yyyy h:mm:ss a',
this.customTooltipMessage,
this.tooltipPosition = TTooltipPosition.auto,
});