menu
lazy_paginated_data_table package
documentation
index_label.dart
IndexLabel
IndexLabel constructor
IndexLabel constructor
dark_mode
light_mode
IndexLabel
constructor
IndexLabel
(
{
required
int
index
,
required
String
?
columnLabel
,
})
Implementation
IndexLabel({required this.index, required this.columnLabel});
lazy_paginated_data_table package
documentation
index_label
IndexLabel
IndexLabel constructor
IndexLabel class