CsvDataList constructor
const
CsvDataList({ - Key? key,
- required String dataFilePath,
- required String title,
- required String description,
- required String entryRedirectText,
- int sortColumnIndex = 0,
- bool sortOnLoaded = false,
- bool isAscending = false,
- AssetBundle? assetBundle,
})
Implementation
const CsvDataList({
super.key,
required this.dataFilePath,
required this.title,
required this.description,
required this.entryRedirectText,
this.sortColumnIndex = 0,
this.sortOnLoaded = false,
this.isAscending = false,
this.assetBundle,
});