ListoDataTable<T> constructor
const
ListoDataTable<T> ({})
Implementation
const ListoDataTable({
super.key,
required this.title,
required this.data,
required this.formattedValues,
required this.sortableValues,
this.subtitle,
this.subtitleTagValue,
});