menu
custom_data_table_2 package
documentation
data_table_2.dart
AsyncRowsResponse
AsyncRowsResponse constructor
AsyncRowsResponse constructor
dark_mode
light_mode
AsyncRowsResponse
constructor
AsyncRowsResponse
(
int
totalRows
,
List
<
DataRow
>
rows
)
Implementation
AsyncRowsResponse(this.totalRows, this.rows);
custom_data_table_2 package
documentation
data_table_2
AsyncRowsResponse
AsyncRowsResponse constructor
AsyncRowsResponse class