getDateTimeStyle function
dynamic
getDateTimeStyle()
Implementation
getDateTimeStyle(){
return const TextStyle(fontWeight: FontWeight.w500, color: kGrayText, fontSize: 14);
}
getDateTimeStyle(){
return const TextStyle(fontWeight: FontWeight.w500, color: kGrayText, fontSize: 14);
}