JotrockenmitlockenTable<T extends dynamic> constructor
const
JotrockenmitlockenTable<T extends dynamic>({ - dynamic key,
- required List<String> dataCategories,
- required String title,
- required String description,
- required List<T> data,
- required List<double> spacing,
- required List dataCellContentStrategies,
- required String entryRedirectText,
- int sortColumnIndex = 0,
- bool sortOnLoaded = false,
- bool isAscending = false,
})
Implementation
const JotrockenmitlockenTable({
super.key,
required this.dataCategories,
required this.title,
required this.description,
required this.data,
required this.spacing,
required this.dataCellContentStrategies,
required this.entryRedirectText,
this.sortColumnIndex = 0,
this.sortOnLoaded = false,
this.isAscending = false,
});