rows property

List<List> rows
final

The rows of data, containing text or widget elements.

Implementation

final List<List<dynamic>> rows;